There are several filters you can use to control and customize Mandatory Excerpts. mandatory_excerpt_post_types Allows you to set which post types this plugin will actually apply to. Used by Gutenberg and Classic Editor. /** * Adjust the post types for which the excerpt would be required. * * @param array $this->reset_these_status { * If the […]
Filters
There are several filters you can use to control and customize what the Genesis Taxonomy Images plugin does. gtaxi_get_taxonomy_image_default_args Allows modifications to the default arguments. // Set the default options $defaults = array( ‘format’ => ‘html’, ‘size’ => ‘full’, ‘attr’ => ”, ‘fallback’ => ‘placeholder’, ‘term’ => ”, ); /** * Filter the default options […]