Searched refs:get_option (Results 1 – 2 of 2) sorted by relevance
26 $archive_day_date_format = get_option( 'date_format' );
548 static int get_option(zval *other_options, char *opt_name) in get_option() function1076 suppress_errors = get_option(other_options, "suppress_errors"); in PHP_FUNCTION()1078 bypass_shell = bypass_shell || get_option(other_options, "bypass_shell"); in PHP_FUNCTION()1079 blocking_pipes = get_option(other_options, "blocking_pipes"); in PHP_FUNCTION()1080 create_process_group = get_option(other_options, "create_process_group"); in PHP_FUNCTION()1081 create_new_console = get_option(other_options, "create_new_console"); in PHP_FUNCTION()
Completed in 12 milliseconds