Plugin Directory

Changeset 1712257


Ignore:
Timestamp:
08/11/2017 06:51:52 PM (9 years ago)
Author:
oxsn
Message:

General Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • helpful-features/trunk/helpful-features.php

    r1712107 r1712257  
    99Author: OXSN
    1010Author URI: https://profiles.wordpress.org/oxsn
    11 Version: 0.2.0
     11Version: 0.2.1
    1212*/
    1313
     
    1919define('hefe_dir_url', plugin_dir_url(__FILE__));
    2020
    21 if(get_option('hefe_getting_started_customizer_control_shortcode_name')){
    22     define('hefe_shortcode_name', str_replace(' ', '', strtolower(get_option('hefe_getting_started_customizer_control_shortcode_name'))));
     21if(get_option('hefe_customizer_control_shortcode_name')){
     22    define('hefe_shortcode_name', str_replace(' ', '', strtolower(get_option('hefe_customizer_control_shortcode_name'))));
    2323}else{
    2424    define('hefe_shortcode_name', 'hefe');
Note: See TracChangeset for help on using the changeset viewer.