get_bookmarks, array(

get_bookmarks, array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('get_bookmarks, array(') is found 1 times:

  • /wp-includes/bookmark.php line 229
    		} else {
    			$cache[ $key ] = array();
    			wp_cache_set( 'get_bookmarks', $cache, 'bookmark' );
    			/** This filter is documented in wp-includes/bookmark.php */
    			return apply_filters( 'get_bookmarks', array(), $parsed_args );
    		}
    	}
    
    	$search = '';
    	if ( ! empty( $parsed_args['search'] ) ) {
    		$like   = '%' . $wpdb->esc_like( $parsed_args['search'] ) . '%';