Browse: Home / Hooks /

learndash_listing_selector_post_type_option_after

apply_filters( 'learndash_listing_selector_post_type_option_after',  array $options_after,  object $post,  array $query_arguments,  object $query_results,  string $post_type )

Filters the selector options after.


Description #


Parameters #

$options_after

(array) Array of options to show after current option.

$post

(object) WP_Post object to be displayed.

$query_arguments

(array) An array of selector query arguments.

$query_results

(object) WP_Query instance.

$post_type

(string) The post type of the screen shown.


Source #

File: includes/admin/class-learndash-admin-posts-listing.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.