If you’re in the admin site you can use themes_api()
$info = themes_api( 'theme_information', [ 'slug' => 'twentyten' ] );
echo esc_textarea( $info->sections['description'] );
but that’s plain text, not HTML. The API request it generates is
You can see the parameters in there as multiple URL-encoded request[key]
parameters.
Related Posts:
- Check for security updates
- What is it and from where it is loaded?
- In the WordPress API is there a way to set the width of the post/page container
- WordPress core update fails – no issues with plugin updates
- Am having issues intergrating this api into my wordpress site, any help please?
- How to require users to login when not logged in
- Error when using plugin QuickCache with plugin Mobile Smart ? [closed]
- WordPress api call using wp-ajax returns error 400
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- Is there any hook for theme activation ? or something similar?
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- WordPress stats API key
- How do I find out what is in control over a certain part of a website?
- “No Add Button” for me to customize my WordPress with themes and pluggins
- How do I combine a theme with a plugin
- How can I list all installed plugins/themes/versions from CLI/API?
- PHP Error When a plugin is active
- My single.php page does not show the related data to the post which is clicked
- Where are theme codes located for WordPress?
- What’s causing this error? “Warning: Invalid argument”
- Overwrite category head title
- Plugin is a widget, but I want to call it in the head, can I?
- Great blogs site resources/tutorial for WordPress Developers? [closed]
- Basic gallery plugin suggestion [closed]
- Socialite WP plugin, unable to obtain API keys from FB
- How to pass the API key to the client from the database? [closed]
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Update a core option from plugin settings page
- How to check if my wordpress websiste is nulled or not?
- What is a rock solid development and deployment workflow? [closed]
- Prevent plugin from intruding on wp-json posts api
- Why does my file_exist check fail?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Create a single website with 3 theme options in wordpress
- using do_shortcode
- Create custom pages with a plugin
- Is it possible for a plugin to force reading and writing of uploaded images to a database instead of to a filesystem?
- How to write “alt” tag in image for wordpress code?
- Getting a Page via its post-name using WP REST API v2 and Postman
- Does heavy theme and plugins affect server’s response time? [closed]
- How to protect WordPress from security scanner [closed]
- How to load different homepage on Mobile.?
- How to get menu location in wp_update_nav_menu hook
- Proper way to use plugin functions in functions.php
- How to activate a plugin on the activation of a theme?
- Theme Custom Pages
- Use different single.php file based on condition
- how can I query all wordpress users of a blog
- how can I do something on new user registration?
- WordPress plugin won’t show on some themes
- Making that Admin Bar transparent or a blue color
- Which wordpress theme is compatible Optima Express theme (real estate inventory) plugin?
- How to Include File from Plugins into Template?
- how to activate a plugin inside a theme
- How to set category correctly for a custom post created by a remote API call?
- how remove font to increase site speed load
- Integrating boxtal PHP library into a custom WordPress Plugin
- How to execute plugin and theme updates from a web hook / endpoint?
- Use $variable from file1.php in file2.php (different file paths)
- There has been a critical error on your website – won’t fix no matter what
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Is it possible not to load theme on a specific page in wordpress?
- Override/ignore CSS from active theme as not to interfere with my custom CSS
- I receive taxonomy id
- To perform the requested action, WordPress needs to access your web > server
- Custom API plugin to execute 3rd party API to retrieve data
- How to find the list of custom post type where logged in user is author
- What is the purpose of WP_CONTENT_URL?
- How to translate WP Blog (search, category etc.)?
- Theme My Login Shortcode Doesn’t Return Anything
- issue in wp_localize_script
- Include Minit plugin in theme [closed]
- How do I set up XAMPP to allow me to download plugins and themes?
- How to extract a .wp-env.json or composer.json containing plugin versions from a production website?
- How do I add a plugin dependency to my customized theme?
- Moving FB comments at the end of page
- How to Include Fields in Query String When Making Request of WordPress.org Plugin API?
- How to include files relative to a file’s directory
- Sending customer an email with link to stripe to make payment
- getting notifications about updates only in the “core” page
- Api external with wordpress
- Best way to salvage a very old WP site
- How to get a list of all the available plugins names
- How can I use my custom wordpress theme on two websites? [closed]
- How can ι create my own (custom) WordPress table/list?
- How to remove products-links after the product title using remove_action
- How Do I Uninstall a Current WordPress Theme and Install a Fresh Theme
- why need theme,if page builder is there in wordpress [closed]
- Licensing options for WordPress Plugins
- speed up pagination for huge database
- Can I filter a function created by a theme or a plugin?
- How I update WordPress theme and plugins
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- Override css rules of a plugin within my own theme
- Overwrite add_image_size defined by theme
- Can i use init hook for API purpose?
- I want to use wordpress themes and plugin to develop website
- Don’t load the theme for a page FROM a plugin EDITED
- Extending a theme: build new features as plugin or core modules?