There’s the wp-cli
tag that is being used in WordPress plugin directory, but it is not super popupar (less than 500 plugins seem to use it). wpcli
is not even close with less than 20.
In general you’ve listed all the other ways that you can inform your users unintrusively about the presence of a WP-CLI command with your plugin.
You could, of course, add an article in your plugin’s website, the extra documentation that you might have, in the newsletter for the plugin, etc., but this is all extra efforts for someone who’s making money out of it or insists on making it a well-known fact by everyone.
Related Posts:
- Unable to write test cases for a WordPress plugin using PHPUnit and WP-CLI
- Install and load additional plugins when running unit tests
- How Can I setup WP CLI on Windows development machine running AMPPS?
- DataBase connection problem with PHPUnit and WordPress
- Does the order of sections in readme.txt matter?
- How to show active version on wordpress.org of a published plugin?
- Update custom plugin with WP-CLI
- Readme.txt seems to be cached but not the version
- Is it possible to use WP-CLI in a plugin (or theme)?
- Updating a WP Plugin SVN not showing on WordPress Website or Zip
- Why isn’t my readme.txt file being read
- Update Option Stored in Multi-Dimensional Array
- check if Gutenberg is currently in use
- WordPress Plugin Development – Headers Already Sent Message
- Get page content using slug
- How to include wp-load.php from any location?
- Correct way to enqueue jquery-ui
- How to echo the_excerpt without the P tag wrapper?
- How can I update a wordpress plugin from a Git repository (github)
- Is There a Plugin Life Cycle Documentation?
- What is an alternative method to the WordPress private _doing_it_wrong() function
- How to disable plugin update notification for a specific plugin in Multisite
- Shortcode adding p and br tags
- Getting old term value with edited_{$taxonomy} | Hook
- Building a better media uploader for WordPress
- Problems with localization
- Calling clean_term_cache() fails when called in the same plugin that creates terms, succeeds when called separately?
- Singular name Plugin localization
- How do I hook a custom discount to change a WC_Order price total on WooCommerce?
- Can I submit a plugin that follows the PSR-2 coding style guide?
- How to get current page id through the plugin
- Properly licensing a plugin that uses Apache 2.0 licensed code
- How to restrict plugin’s sub-menu pages to admin/subscribers?
- Can I dynamically create a link to my plugin settings/options page from my plugin description?
- Saving data from block editor to the database
- Cannot search post by taxonomy
- OOP Plugin and Menu – Call to undefined function register_setting()
- Will current_theme_supports return TRUE with a nonstandard add_theme_support?
- WP AJAX is not working, always returns 0
- How to untrash a post only if it was not a draft?
- Act on user meta updated, but only once
- get_pages Drop down list for selection of a page
- Admin auto-refresh is interfering with Firebug — how to prevent it?
- Display content from custom post without modifying the single template
- How do I add custom column to woocommerce cart?
- WordPress mode for emacs?
- Widget translation on my plugin
- Upload to a remote server using wp_remote_post
- Loading WordPress Admin Environment
- how to add custom functionality after woocommerce place order button
- Problems with: manage_${post_type}_posts_columns
- Make WordPress cache permanent for some pages until edited
- Getting timestamp of activation plugin time
- Rich text editor settings persist throughout all rich text editors
- Function: Add link to / inside div
- How can I rewrite a URL to pass requests to a custom method via AJAX? (I can’t use admin-ajax.php)
- WP Gutenberg Blocks – How to limit first/root blocks
- How do I update a field of a meta box?
- The plugin does not save data
- How do I create plugin or theme using MVC pattern?
- How to Get Current Custom Post Type Associated Taxonomy Term
- How to get a list of child ids for a named category?
- Empty Pdf file generated with FPDF library in WordPress plugin [closed]
- $wpdb->update() always need a second try
- Why aren’t some plugin styles loading when I load a template?
- Pagination not working with custom wp_query
- My plugin won’t create table in wordpress 3.5
- Remove Permalink Meta Box not working?
- WordPress actions for plugin admin UI page
- wp_insert_user keeps echoing values
- Pause plugin option page until all data manipulation is complete
- Modify custom block plugin without losing content
- How to replace the existing metatag using the backend to insure a thumbnail image gets fetched when we share on social media?
- When setting styles to an extended block that was saved as a pattern, it doesn’t remove the style that was there
- apply_filters() and call_user_func() to define and call a function outside a class
- HTML Elements in my WP Plugin being generated in JS. Security and Translated Text Question about this method being used
- howTo let wordpress endpoint return html-page
- Sanitization and validation input fields – Settings API
- User meta query using Wildcard
- Warning: Illegal string offset ‘Andorra’ in … on line 106
- wp_ajax add_action fuction won’t fire on custom jQuery action
- Different style for specific rows in custom list table using WP_List_Table
- wordpress4.8.2 Multilingual Plugin
- Dedicated server and WPDB Class : huge slow-down of the website
- How can I add the Post ID to Class Name in Jquery?
- How to show metabox just in post.php in admin?
- $wpdb how can i save my postmeta table before querying it
- Create dedicated page with custom template showing custom data
- How can I see a varibles value when my plugin runs?
- Can’t switch theme after activation
- WordPress plugin: admin-ajax.php not passing data to custom function
- How do I replace title with my plugin?
- Create pages for authors
- How do I create Widget within plugin that uses its own class?
- Enqueue Script in custom plugin before other
- How to design WooCommerce-like admin tabs for plugin settings page?
- Woocommerce: block user removing cart item
- How can I dynamically change title and description in WordPress?
- Anyway to prevent admin from seeing other admin’s product?
- Programmatically creating posts based on external JSON feed (asynchronously)