I got resolution,
vc_map( array(
"name" => __( "xxxxxx" ),
"base" => "xxxxx",
"icon" => plugins_url('img/vc-icon.png', __FILE__),
'description' => __( 'xxxxxxxx', 'xxxxxxxxxx' ),
"params" => array(
array(
'type' => 'dropdown',
'heading' => __( 'Select xxxxxx', 'xxxxxxxxxx' ),
'param_name' => 'id',
'admin_label' => true,
'value' => $xxxxcvx
),
),
) );
I implemented 'admin_label' => true,
and then it’s working fine….
Related Posts:
- Create multiple posts when a custom post is created
- Define global variable in theme file and call that variable in plugin file
- Highlight admin menu items that are parent of existing core items
- How to create a page with the selected template after activating the plugin
- Why is my shortcode not working?
- WordPress rewrite rule depend on meta values not ids
- Update wordpress user roles not working as excepted
- Create new page in wordpress plugin which doesn’t exist
- Use WordPress Plugin without WP head
- Adding shortcodes to multiple pages with function
- Rename a folder via HTML POST request
- The plugin generated 227 characters of unexpected output during activation. If you notice “headers already sent” messages
- SASS not showing in customized preloader plugin
- How to capture hidden values with Gravity Forms
- How to securely controlling data without keeping it in postmeta?
- The styles in the recent posts widgets plugin not working
- How to change “Read More” text?
- How to call a function from class in wp table list button form
- How to translate to spanish wordpress hardcoded content/files?
- Cron task gets removed from the schedule
- what functions to use to resize images and create DB metadata for them after/during upload?
- How to get the checkout form data from checkout page when place-order button is clicked
- Woocommerce convert simple products to variations
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- $wpdb->insert not working inside save_post tag
- How to check for already existing plugin versions on activation? and prevent errors
- update_post_meta is not working for me when I use e.preventDefault for update button
- How to make WooCommerce multiple filter with custom meta fields
- how to add a hidden type input to wp admin login form programmatically
- How to create a plugin with automatic update?
- How can I see $post object in frontend from functions.php?
- Create a link that calls our custom function in WordPress
- Move plugin pages from dashboard to front-end
- working code, not working – Plugin Dev
- Allow members to create groups on my site
- category page multiple products add to cart any plugin available for woocommerce
- WordPress UPDATE queries on MySQL database stuck
- Cannot view Custom Post Type no matter what I try
- How to remove WordPress Default Comment? not Facebook
- SimpleXML is not working with xml response from external api
- How to use Datatable with Ajax when creating plugin on WordPress?
- Custom Plugin Update
- Getting all woocommerce products from REST API call in plugin
- Creating one user access account for all the multiple sites
- is it possible to fetch data from a remote api while admin is writing a new post?
- how override a define
- WordPress plugin blog creation
- How do I stop plugins and themes from getting updated in a new plugin?
- Preserving existing functionality converting HTML to WordPress
- I enabled debugging but I still get the same message: There has been a critical error on your website
- Problem with wordpress has_action() function
- wp_mail function not working in WordPress Plugin Boilerplate
- How come W3TC is allowed to host premium code in the WordPress repo?
- When/where would want to attach other classes to the base class in a WordPress plugin?
- Link custom post type to page
- Offering a freemium plugin (a free version + paid version)
- Using id to show item
- add tags to wordpress post using REST API
- Multiple image selection custom widget
- implement checkbox or toggle switch in plugin code
- 500 Internal server error wp_handle_upload_prefilter
- path of wp-content directory when we are on some plugin
- Using foreach loop for `$instance` of form and update array widget iteration
- How to use wp_editor and save its data in wp_posts table
- How to call a function from inside class to outside class
- My WordPress activation hook isn’t working
- How to Create a Learning Management Plugin in WordPress to Manage Courses [LMS]
- “Enable Media Replace” plugin does not update serialized object in WPMeta
- One time call to external API in widget
- when i activate my WordPress plugin cannot see customizer options or preview
- Performance considerations – postmeta table versus new table for custom posts with foreign keys?
- How to prevent redoing get_posts queries and make results available to other scripts?
- Prefix WordPress Taxonomy Tags With Hashtag Symbol Like Twitter
- Loading plugin script only on required page?
- Update a previous version of plugin when the new plugin is built from the scratch
- Change Woo Custom Endpoint Titles from a Plugin
- Create survey that redirects to sidebar menu customized to answers
- How to write different events from different functions in my file to a log file in WordPress
- How to allow code like PHP, SQL, HTML to WPBakery Visual Composer?
- Create a form and have custom menu display based on user answers?
- How to define the slug for my custom plugin?
- Nested Actions and Filters
- Custom wp_list_tables redirect on specfic page
- Custom plugin settings page with tab. Error: “Sorry, you are not allowed to access this page.”
- return bbp_get_topic_author_id as integer
- AJAX update fails for public/non-admin users
- Checkbox field that add a subscription product and change prices of other products in checkout and cart page
- I am Getting Sorry, no posts matched your criteria on form submit only for certain page [duplicate]
- How to prevent WP All Export from wrapping XML nodes in CDATA? [closed]
- media_sideload_image only works on localhost and without return id or src
- npm ERR! notarget No matching version found for @wordpress/components@^12.5.0
- How can I keep a WordPress dropdown menu open when navigating to a child page?
- How to Display News in a Timeline with Headline, Category, and Time?
- How can I rename roles in a WordPress multisite installation?
- WordPress plugin custom server update protect download url
- Custom Dynamic Tag in Elementor not showing image
- How do I apply different block supports to different parts of my custom block?
- implement pop up in wordpress cdn’s in wordpress admin side
- Elementor wp_register_script showing file when i not use ‘wp_enqueue_script’
- how to add custome text in each products side in checkout page after pincode validation [closed]