Home
last modified time | relevance | path

Searched defs:wp_error (Results 1 – 20 of 20) sorted by relevance

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dcron.php39 function wp_schedule_single_event( $timestamp, $hook, $args = array(), $wp_error = false ) {
235 function wp_schedule_event( $timestamp, $recurrence, $hook, $args = array(), $wp_error = false ) {
340 function wp_reschedule_event( $timestamp, $recurrence, $hook, $args = array(), $wp_error = false ) {
461 function wp_unschedule_event( $timestamp, $hook, $args = array(), $wp_error = false ) {
545 function wp_clear_scheduled_hook( $hook, $args = array(), $wp_error = false ) {
643 function wp_unschedule_hook( $hook, $wp_error = false ) {
1190 function _set_cron_array( $cron, $wp_error = false ) {
H A Dcomment.php680 function wp_allow_comment( $commentdata, $wp_error = false ) {
2188 function wp_new_comment( $commentdata, $wp_error = false ) {
2373 function wp_set_comment_status( $comment_id, $comment_status, $wp_error = false ) {
2447 function wp_update_comment( $commentarr, $wp_error = false ) {
H A Dpost.php3834 function wp_insert_post( $postarr, $wp_error = false, $fire_after_hooks = true ) {
4505 function wp_update_post( $postarr = array(), $wp_error = false, $fire_after_hooks = true ) {
6070 function wp_insert_attachment( $args, $file = false, $parent = 0, $wp_error = false, $fire_after_ho…
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dcron.php39 function wp_schedule_single_event( $timestamp, $hook, $args = array(), $wp_error = false ) {
235 function wp_schedule_event( $timestamp, $recurrence, $hook, $args = array(), $wp_error = false ) {
340 function wp_reschedule_event( $timestamp, $recurrence, $hook, $args = array(), $wp_error = false ) {
461 function wp_unschedule_event( $timestamp, $hook, $args = array(), $wp_error = false ) {
545 function wp_clear_scheduled_hook( $hook, $args = array(), $wp_error = false ) {
643 function wp_unschedule_hook( $hook, $wp_error = false ) {
1190 function _set_cron_array( $cron, $wp_error = false ) {
H A Dcomment.php680 function wp_allow_comment( $commentdata, $wp_error = false ) {
2188 function wp_new_comment( $commentdata, $wp_error = false ) {
2373 function wp_set_comment_status( $comment_id, $comment_status, $wp_error = false ) {
2447 function wp_update_comment( $commentarr, $wp_error = false ) {
H A Dpost.php3834 function wp_insert_post( $postarr, $wp_error = false, $fire_after_hooks = true ) {
4505 function wp_update_post( $postarr = array(), $wp_error = false, $fire_after_hooks = true ) {
6070 function wp_insert_attachment( $args, $file = false, $parent = 0, $wp_error = false, $fire_after_ho…
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-theme-installer-skin.php71 public function hide_process_failed( $wp_error ) {
H A Dclass-plugin-installer-skin.php71 public function hide_process_failed( $wp_error ) {
H A Dbookmark.php176 function wp_insert_link( $linkdata, $wp_error = false ) {
H A Dtaxonomy.php121 function wp_insert_category( $catarr, $wp_error = false ) {
H A Dclass-wp-upgrader-skin.php273 public function hide_process_failed( $wp_error ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-theme-installer-skin.php71 public function hide_process_failed( $wp_error ) {
H A Dclass-plugin-installer-skin.php71 public function hide_process_failed( $wp_error ) {
H A Dbookmark.php176 function wp_insert_link( $linkdata, $wp_error = false ) {
H A Dtaxonomy.php121 function wp_insert_category( $catarr, $wp_error = false ) {
H A Dclass-wp-upgrader-skin.php273 public function hide_process_failed( $wp_error ) {
/dports/chinese/wordpress-zh_TW/wordpress/
H A Dwp-login.php41 function login_header( $title = 'Log In', $message = '', $wp_error = null ) {
/dports/chinese/wordpress-zh_CN/wordpress/
H A Dwp-login.php41 function login_header( $title = 'Log In', $message = '', $wp_error = null ) {
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dutil.h197 #define wp_error(...) \ macro
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Ddclgps.cxx786 bool wp_error = false; in LoadApproachData() local