Plugin Directory

Changeset 3282109


Ignore:
Timestamp:
04/25/2025 07:34:33 PM (10 months ago)
Author:
ampwptools
Message:

attempting to revert to v1.01.4 with script folder

Location:
seo-bulk-admin/tags/1.1.4
Files:
3 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • seo-bulk-admin/tags/1.1.4/class-tacwp-postmgr-core.php

    r3278564 r3282109  
    359359     */
    360360    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 );
    363363        wp_localize_script( 'seobulkadmin-admin', 'tacwp_postmgr_data_object', $this->ajax_data_object() );
    364364        $this->accelerate_fontawesome_cdn();
  • seo-bulk-admin/tags/1.1.4/readme.txt

    r3278565 r3282109  
    11=== SEO Bulk Admin ===
    2 Contributors: ampwptools
     2Contributors: ampwptools, AMP Publisher
    33Plugin link: https://ampwptools.com/seo-bulk-admin/
    44Tags: seo, redirect, bulk edit, search replace, redirection
     
    4141**Redirect Manager** (Pro Feature)
    4242*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 
    4443
    4544### Why Choose SEO Bulk Admin? ###
Note: See TracChangeset for help on using the changeset viewer.