Changeset 2624681
- Timestamp:
- 11/04/2021 06:14:01 PM (4 years ago)
- Location:
- plugin-optimizer/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
admin/class-po-admin-ajax.php (modified) (1 diff)
-
admin/pages/page-filters-edit.php (modified) (1 diff)
-
plugin-optimizer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-optimizer/trunk/README.txt
r2623674 r2624681 4 4 Requires at least: 5.0 5 5 Tested up to: 5.7 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
plugin-optimizer/trunk/admin/class-po-admin-ajax.php
r2582998 r2624681 413 413 $post_types = []; 414 414 415 $post_types_raw = get_post_types( [ "show_in_menu" => true], "objects" );415 $post_types_raw = get_post_types( [], "objects" ); 416 416 417 417 // sospo_mu_plugin()->write_log( $post_types_raw, "po_get_post_types-post_types_raw" ); -
plugin-optimizer/trunk/admin/pages/page-filters-edit.php
r2623674 r2624681 190 190 <option value="_endpoint">Endpoint(s)</option> 191 191 </optgroup> 192 <optgroup label="Ajax">193 <option value="_ajax">Ajax</option>194 </optgroup>195 192 <optgroup label="Edit page of a Post Type:" id="select_post_types"></optgroup> 196 193 </select> -
plugin-optimizer/trunk/plugin-optimizer.php
r2623674 r2624681 5 5 * Plugin URI: https://pluginoptimizer.com 6 6 * Description: The Most Powerful Performance Plugin for WordPress is now available for FREE. 7 * Version: 1.1. 27 * Version: 1.1.3 8 8 * Author: Plugin Optimizer 9 9 * Author URI: https://pluginoptimizer.com/about/
Note: See TracChangeset
for help on using the changeset viewer.