프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$script_debug | |||
$the_seo_framework_debug | Cached debug/profile properties. Initialized on plugins_loaded priority 5. | ||
$the_seo_framework_debug_hidden | |||
$the_seo_framework_use_transients |
메소드 | 설명 | |
---|---|---|
__construct ( ) | Constructor, setup debug vars and then load parent constructor. | |
_deprecated_filter ( string $filter, string $version, string $replacement = null ) | Mark a filter as deprecated and inform when it has been used. | |
_deprecated_function ( string $function, string $version, string $replacement = null ) | Mark a function as deprecated and inform when it has been used. | |
_doing_it_wrong ( string $function, string $message, string $version ) | Mark a function as deprecated and inform when it has been used. | |
_inaccessible_p_or_m ( string $p_or_m, string $message = '' ) | Mark a property or method inaccessible when it has been used. | |
call_function ( array | string $callback, string $version = '', array | string $args = [] ) : mixed | Wrapper for function calling through parameters. The golden nugget. | |
debug_init ( string $method, boolean $store, double $debug_key ) : void | Debug init. Simplified way of debugging a function, only works in admin. | |
init_debug_vars ( ) | Initializes public debug variables for the class to use. |
public __construct ( ) |
public _inaccessible_p_or_m ( string $p_or_m, string $message = '' ) | ||
$p_or_m | string | The Property or Method. |
$message | string | A message explaining what has been done incorrectly. |
public call_function ( array | string $callback, string $version = '', array | string $args = [] ) : mixed | ||
$callback | array | string | the method array or function string. |
$version | string | the version of The SEO Framework the function is used. |
$args | array | string | The arguments passed to the function. |
리턴 | mixed | $output The function called. |
public debug_init ( string $method, boolean $store, double $debug_key ) : void | ||
$method | string | The function name. |
$store | boolean | Whether to store the output in cache for next run to pick up on. |
$debug_key | double | Use $debug_key as variable, it's reserved. |
리턴 | void | early if debugging is disabled or when storing cache values. |
public init_debug_vars ( ) |
public $the_seo_framework_debug |