Nevermind. I applied this custom js to hide that specific taxonomy in the dropdown.
<script>
jQuery(function($){
var arr=['name-of-slug-to-hide'];
$('select[name="wpv-category"] option').each(function(){
if(jQuery.inArray($(this).val(), arr)>=0){
$(this).hide();
}
});
})
</script>
Related Posts:
- Creating search filter through plugin
- Woocommerce Backend Search by Title and SKU
- Custom search search does not work?
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- How can I remove this sidebar from my Search Results page?
- How to order users alphabetically by name? in plugin UPME
- How to get the active theme’s slug?
- Preserve custom URL parameter on more pages
- PHP code on Visual Composer Plugin
- if plugin is active? check if plugin is enabled or not?
- How to store ACF custom fields data in a custom table
- Thumb rating for wordpress – top user
- Errors while using ajax from external wordpress page
- shortcode doesn’t work
- Setting up widgets in wordpress with a unique ID for the after_title argument
- post expire after x days
- allow arabic letters when register new account
- How to get all events from ‘All in one Events calender’ plugin in JSON format?
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- Make specific products accessible only to a user role in WooCommerce
- Accessing post’s meta data based on user’s click of a post
- Custom form action to handle data inside a plugin
- WP Post Template – Templates in own folder
- Apple push notification doesn’t work
- Override Plugin Script Fucnction in WordPress
- Shrink down register_settings on Settings API
- Parse error: syntax error, unexpected ‘new’ (T_NEW) in /misc/41/000/204/381/9/user/web/ragami.net/wp-settings.php on line 219
- Ajax call returning 0
- Conditional attributes and logic per product category
- Using Wishlist Member and I need to access a user’s status
- Why namespaces are rarely used in WordPress plugins?
- Some code in shortcode function being ignored
- Subdomains with almost the same content
- Using window.onload with Ubermenu
- What is @Action in WordPress?
- How to include this jQuery File in wordpress?
- PHP Error When a plugin is active
- Include a php file from another plugin
- Getting taxonomy images to display on single-post with their terms
- wp-mail attachment is not sent for no reason?
- Custom shortcode for displaying user based on a role parameter
- WordPress Console Application (ability to excecute a custom function via crontab only)
- How can I fetch data from another website to my wordpress website with mysql database
- Save user total active time after login in wordpress [closed]
- Get all the URLs of the pages that uses a specific shortcode
- Switch from wp-cron to a server cron job
- Calling a save function from a “submit” button
- Wp Debug Enabled True Notices and Warning
- Pagination shows Same posts
- Theme Functions run a function upon activation or preview
- Is this plugin safe to run?
- WP Subtitle Plugin Problem
- Custom Plugin scripts from admin working in frontend
- Unexpected add action function in WP plugin
- Prevent WordPress from sending set-cookie http header
- get_post_meta shortcode returns empty field
- Post source link plugin – small modification
- Problem with checked box on wp car manager plugin
- issue concerning ob_end_flush functions.php
- In a plugin, How to update a json file using ajax
- Can you add a shortcode to a custom post type that gets the post_title, post_content, etc. and then passes that to a plugin function?
- How to create algorithm for ordering posts in WordPress?
- How to use WordPress header function and footer function and not load word press database
- wp-admin/admin-ajax.php 400 (Bad Request) plugin
- Block plugin update possibilities (but not by hiding notifications)
- my hook or my function wont run in the cronjob
- How to echo a PHP Code After the Content
- Accounting for search terms that may include a space, using SearchWP
- Woocommerce list variations that are added already to cart in Single Product
- Show custom taxonomy in theme
- Flexslider empty slide
- Conditional Fields depending on checkboxes
- Soflyy WP All Import Custom File Download Issue
- Update (a function) post’s featured image as soon as $image_url changes
- Social sharing plugin directing to blank page after post sharing
- Displaying friend’s posts only
- using href when creating wordpress plugin calls empty page instead of php file
- Media Playlist Plugin
- Saving custom form fields
- How to add php stylesheet to admin section instead of admin_head hook
- WordPress Background Audio – Continous AutoPlay
- Replace Dash (-) and Underscore ( _ ) with Space
- How use Dynamic hyperlink on each wordpress post?
- How to execute init or woocommerce_init only for checkout page
- how to restore wordpress backup(.rar) manually?
- White Screen When Includding A Folder With PHP Files
- WordPress create permalink structure for custom post type with userid
- wordpress jquery is not defined because the head tag is empty
- Two sites one PC
- PHP if url extension action=discussion condition use [closed]
- wp_handle_upload – specified file failed upload test
- How to change all the urls of the WordPress site?
- How do I remove the filter from the orders and add custom status in Dokan?
- How to make a Template page to show the information of different things Shop and Product page?
- Split Million WordPress Post’s Into Multiple Database Server
- public custom posts not showing in my wordpress plugin
- I want to allow certain file types on dokan upload files
- How to create different woocommerce single_product.php pages for each product? [closed]