Plugin Directory

Changeset 3350288


Ignore:
Timestamp:
08/26/2025 10:22:20 AM (4 months ago)
Author:
naibabiji
Message:
  • Changed product archive page URL from 'naibb2pr-products' to 'products'
  • Fixed PHP syntax error in admin settings page
Location:
naibabiji-b2b-product-showcase/tags
Files:
37 added
1 edited

Legend:

Unmodified
Added
Removed
  • naibabiji-b2b-product-showcase/tags/1.0.6/includes/post-types.php

    r3350010 r3350288  
    5151        'show_in_nav_menus'     => true,
    5252        'can_export'            => true,
    53         'has_archive'           => 'naibb2pr_products',
     53        'has_archive'           => 'products',
    5454        'exclude_from_search'   => false,
    5555        'publicly_queryable'    => true,
     
    5757        'show_in_rest'          => true,
    5858        'rewrite'               => array(
    59             'slug'       => 'naibb2pr_products',
     59            'slug'       => 'products',
    6060            'with_front' => false,
    6161        ),
Note: See TracChangeset for help on using the changeset viewer.