Changeset 2247295
- Timestamp:
- 02/20/2020 05:14:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
set-unset-bulk-post-categories/trunk/set-unset-bulk-post-categories.php
r2247290 r2247295 3 3 Plugin Name: Set Unset Bulk Post Categories 4 4 Description: Allows user to set the desired categories as well as unset the categories of all the posts in a bulk without editing the posts itself. 5 Version: 1.2 .15 Version: 1.2 6 6 Author: Param Themes 7 7 Author URI: http://www.paramthemes.com … … 30 30 * 31 31 * @return void 32 */ 32 *//* 33 33 function appsero_init_tracker_set_unset_bulk_post_categories() { 34 34 … … 45 45 $client->updater(); 46 46 47 } 48 49 appsero_init_tracker_set_unset_bulk_post_categories();47 }*/ 48 49 //appsero_init_tracker_set_unset_bulk_post_categories(); 50 50 51 51
Note: See TracChangeset
for help on using the changeset viewer.