action_scheduler_post_status_failed_labels, $labels

action_scheduler_post_status_failed_labels, $labels

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('action_scheduler_post_status_failed_labels, $labels') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php line 46
    			/* translators: %s: count */
    			'label_count' => _n_noop( 'Failed <span class="count">(%s)</span>', 'Failed <span class="count">(%s)</span>', 'action-scheduler' ),
    		);
    
    		return apply_filters( 'action_scheduler_post_status_failed_labels', $labels );
    	}
    
    	/**
    	 * Build the args array for the post type definition
    	 *
    	 * @return array