bbp_get_default_zero_date

bbp_get_default_zero_date

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_default_zero_date') is found 1 times:

  • /includes/core/abstraction.php line 497

    Warning: Undefined array key 498 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 499 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 500 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 501 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 502 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	// Default return value
    	$retval = '0000-00-00 00:00:00';
    
    	// Filter & return
    	return (string) apply_filters( 'bbp_get_default_zero_date', $retval, $db_version );
    }