' . sprintf( esc_html__( 'Did you know that Redux sets a global variable for you? To access any of your saved options from within your code you can use your global variable: $%1$s', 'your-textdomain-here' ), '' . $v . '' ) . '
'; } else { $args['intro_text'] = '
' . esc_html__( 'This text is displayed above the options panel. It isn\'t required, but more info is always better! The intro_text field accepts all HTML.', 'your-textdomain-here' ) . '
' . esc_html__( 'This text is displayed below the options panel. It isn\'t required, but more info is always better! The footer_text field accepts all HTML.', 'your-textdomain-here' ) . '
' . esc_html__( 'This is the tab content, HTML is allowed.', 'your-textdomain-here' ) . '
' . esc_html__( 'This is the sidebar content, HTML is allowed.', 'your-textdomain-here' ) . '
' . esc_html__( 'This Section should be visible only in Customizer', 'your-textdomain-here' ) . '
'; // phpcs:ignore WordPress.PHP.DevelopmentFunctions print_r( $changed_values ); // Values that have changed since the last save. // echo ''; // print_r($options); //Option values. // echo ''; // print_r($css); // Compiler selector CSS values compiler => array( CSS SELECTORS ). echo '
' . esc_html__( 'This is a section created by adding a filter to the sections array. Can be used by child themes to add/remove sections from the options.', 'your-textdomain-here' ) . '