apply_filters( ‘invp_query_limit’ )
Avada
Related #Related
Used By #Used By
Used By | Description |
---|---|
: Inventory_Presser_Avada::avada_featured_images () |
Filter the meta value for vehicle posts that lists the featured images. Lie to Avada, tell it all attached images are featured images. |
includes/template-tags.php: invp_get_the_photo_count () |
Template tag. Returns the number of images attached to the vehicle post. |
includes/template-tags.php: invp_get_the_photos () |
Fill arrays of thumb and large |
includes/class-invp.php: INVP::delete_attachment_orphans () |
Deletes media that is managed by this plugin but not attached to a post. |
includes/class-invp.php: INVP::delete_attachments () |
Action hook callback. Deletes all a vehicle’s attachments when the vehicle is deleted. |
includes/class-invp.php: INVP::delete_all_data () |
This function will operate as an uninstall utility. Removes all the data we have added to the database including vehicle posts, their attachments, the option that holds settings, and terms in custom taxonomies. |
includes/class-invp.php: INVP::delete_all_inventory () |
This function deletes all posts that exist of our custom post type and their associated meta data. Returns the number of vehicles deleted. |
includes/class-invp.php: INVP::delete_all_inventory_on_blog () |
Deletes all posts in the vehicle post type. |
inventory-presser.php: Inventory_Presser_Plugin::delete_rewrite_rules_option () |
Deletes the rewrite_rules option so the rewrite rules are generated on the next page load without ours. Called during deactivation. |
inventory-presser.php: Inventory_Presser_Plugin::flush_rewrite () |
Flushes rewrite rules. |
includes/class-allow-inventory-as-home-page.php: Inventory_Presser_Allow_Inventory_As_Home_Page::create_pages () |
create_pages |
includes/class-allow-inventory-as-home-page.php: Inventory_Presser_Allow_Inventory_As_Home_Page::delete_pages () |
delete_pages |
includes/widget/class-widget-inventory-grid.php: Inventory_Presser_Grid::content () |
Creates HTML that renders the widget front-end. |
includes/class-taxonomies.php: Inventory_Presser_Taxonomies::remove_terms_cron_job () |
Removes a WordPress cron job that we schedule daily to clean up empty terms in a few of our taxonomies. |
includes/class-taxonomies.php: Inventory_Presser_Taxonomies::schedule_terms_cron_job () |
Schedules a daily WordPress cron job to clean up empty terms in a few of our taxonomies and also correct counts. |