Changeset 3282109
- Timestamp:
- 04/25/2025 07:34:33 PM (10 months ago)
- Location:
- seo-bulk-admin/tags/1.1.4
- Files:
-
- 3 added
- 2 deleted
- 2 edited
-
admin_script.js (deleted)
-
admin_style.css (deleted)
-
class-tacwp-postmgr-core.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
script (added)
-
script/admin_script.js (added)
-
script/admin_style.css (added)
Legend:
- Unmodified
- Added
- Removed
-
seo-bulk-admin/tags/1.1.4/class-tacwp-postmgr-core.php
r3278564 r3282109 359 359 */ 360 360 public function admin_enqueue_scripts() { 361 wp_enqueue_style( 'seobulkadmin-admin-stylesheet', $this->self['PATH'] . ' admin_style.css', array(), time() );362 wp_enqueue_script( 'seobulkadmin-admin', $this->self['PATH'] . ' admin_script.js', array( 'jquery' ), time(), false );361 wp_enqueue_style( 'seobulkadmin-admin-stylesheet', $this->self['PATH'] . 'script/admin_style.css', array(), time() ); 362 wp_enqueue_script( 'seobulkadmin-admin', $this->self['PATH'] . 'script/admin_script.js', array( 'jquery' ), time(), false ); 363 363 wp_localize_script( 'seobulkadmin-admin', 'tacwp_postmgr_data_object', $this->ajax_data_object() ); 364 364 $this->accelerate_fontawesome_cdn(); -
seo-bulk-admin/tags/1.1.4/readme.txt
r3278565 r3282109 1 1 === SEO Bulk Admin === 2 Contributors: ampwptools 2 Contributors: ampwptools, AMP Publisher 3 3 Plugin link: https://ampwptools.com/seo-bulk-admin/ 4 4 Tags: seo, redirect, bulk edit, search replace, redirection … … 41 41 **Redirect Manager** (Pro Feature) 42 42 *Create and Manage Redirects: Easily set up and manage redirects without requiring Apache or Nginx knowledge. If your WordPress site supports permalinks, you can use this feature to redirect any URL. Choose from 301, 302, 307, or 308 redirect directives to suit your specific needs. 43 44 43 45 44 ### Why Choose SEO Bulk Admin? ###
Note: See TracChangeset
for help on using the changeset viewer.