Plugin Directory

Changeset 2283319


Ignore:
Timestamp:
04/14/2020 03:35:16 PM (6 years ago)
Author:
magicpages
Message:

thêm ngôn ngữ

Location:
footer-design-for-elementor
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • footer-design-for-elementor/branches/index.php

    r2280253 r2283319  
    66Version: 1.0
    77Author: MagicPages
     8Author URI: https://magicpages.tech
    89*/
    910if ( ! defined( 'WPINC' ) ) {
    1011    die;
    1112}
    12 
    1313defined( 'WPMP_FOOTER_VERSION' ) or define('WPMP_FOOTER_VERSION','1.0.0') ;
    1414defined( 'WPMP_FOOTER_URL' ) or define('WPMP_FOOTER_URL', plugins_url( '/', __FILE__ )) ;
    15 
     15defined( 'WPMP_FOOTER_PATH' ) or define( 'WPMP_FOOTER_PATH', plugin_dir_path( __FILE__ ) );
    1616defined( 'WPMP_FOOTER_POST_TYPE' ) or define('WPMP_FOOTER_POST_TYPE','wpmp_footer_pt') ;
    1717defined( 'WPMP_FOOTER_SETTINGS_SLUG' ) or define('WPMP_FOOTER_SETTINGS_SLUG','footer_settings') ;
     
    3232        }
    3333
     34    public function loadTextDomain() {
     35            load_plugin_textdomain( FILEBASE_TEXTDOMAIN, false, WPMP_FOOTER_PATH . '/languages/' );
     36        }
    3437
    3538  }
    3639  new Wpmp_Footer_Design();
    3740}
     41
    3842?>
  • footer-design-for-elementor/branches/readme.txt

    r2283153 r2283319  
    2727
    2828
    29 
    3029FEATURES
    3130
    32 **Parallax Footer**
     31Parallax Footer
    3332
    34 **Sticky Footer**
     33Sticky Footer
    3534
    36 **..more...**
     35more...
    3736
    3837== Installation ==
     
    47461. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
    4847
     48== Frequently Asked Questions ==
     49= contact =
     50wpmagicpages@gmail.com
     51
    4952== Screenshots ==
    50 
    51 1. **Buil a Footer.** it is very easy.
    52 2. **achievement.** Great footer
     531. it is very easy
     542. Great footer
    5355
    5456== Changelog ==
     
    6062
    6163== A brief Markdown Example ==
    62 Ordered list:
    63 **Parallax Footer**
    64 **Sticky Footer**
    65 **..more...**
  • footer-design-for-elementor/trunk/index.php

    r2280253 r2283319  
    66Version: 1.0
    77Author: MagicPages
     8Author URI: https://magicpages.tech
    89*/
    910if ( ! defined( 'WPINC' ) ) {
    1011    die;
    1112}
    12 
    1313defined( 'WPMP_FOOTER_VERSION' ) or define('WPMP_FOOTER_VERSION','1.0.0') ;
    1414defined( 'WPMP_FOOTER_URL' ) or define('WPMP_FOOTER_URL', plugins_url( '/', __FILE__ )) ;
    15 
     15defined( 'WPMP_FOOTER_PATH' ) or define( 'WPMP_FOOTER_PATH', plugin_dir_path( __FILE__ ) );
    1616defined( 'WPMP_FOOTER_POST_TYPE' ) or define('WPMP_FOOTER_POST_TYPE','wpmp_footer_pt') ;
    1717defined( 'WPMP_FOOTER_SETTINGS_SLUG' ) or define('WPMP_FOOTER_SETTINGS_SLUG','footer_settings') ;
     
    3232        }
    3333
     34    public function loadTextDomain() {
     35            load_plugin_textdomain( FILEBASE_TEXTDOMAIN, false, WPMP_FOOTER_PATH . '/languages/' );
     36        }
    3437
    3538  }
    3639  new Wpmp_Footer_Design();
    3740}
     41
    3842?>
Note: See TracChangeset for help on using the changeset viewer.