acf/load_{$this->hook_name_plural}

acf/load_{$this->hook_name_plural}

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.1.4

apply_filters('acf/load_{$this->hook_name_plural}') is found 1 times:

  • /includes/class-acf-internal-post-type.php line 374
    			 * @since   5.0.0
    			 *
    			 * @param array $posts The array of ACF posts.
    			 */
    			$posts = apply_filters( "acf/load_{$this->hook_name_plural}", $posts, $this->post_type );
    
    			// Filter results.
    			if ( $filter && $posts ) {
    				return $this->filter_posts( $posts, $filter );
    			}