Add before your code: $test_me = ce4_cat(); var_dump($test_me);
Edit: Easier to read version:
$test_me = ce4_cat();
echo '<pre>';
print_r($test_me);
echo '</pre>';
Related Posts:
- Objective Best Practices for Plugin Development? [closed]
- How can I add an option to the Page Template list from a Plugin?
- Using composer for dependency management in plugindevelopment
- What is nonce and how to use it with Ajax in WordPress? [duplicate]
- Build path for a custom portfolio plugin
- How to save block attributes when the output doesn’t change
- add_filter and remove_filter added before and after wp_query
- What is the difference between strip_tags and wp_filter_nohtml_kses?
- How to: Rest endpoint returning empty object
- Ensuring a plugin is loaded/run last?
- How can I hook into existing WordPress Bulk actions?
- Scheduled event does not run at midnight
- Plugin options table,is the data serialized
- creating elements/innerblocks via rangecontrol
- How to check if current static page is frontpage from admin plugin
- Woocommerce add custom button to backend order table
- Converting theme widgets to plugins?
- Sample — test — data for large WordPress install
- Earliest WP Hook to Safely and Reliably Redirect
- What is rich_editing?
- How Can I setup WP CLI on Windows development machine running AMPPS?
- WP_LOCALIZE_SCRIPT doesn’t work
- JS / JQuery form validation in backend admin menus
- Is using register_activation_hook required?
- Is it possible to delay execution of shortcode output callback?
- wp_enqueue_script + wp_enqueue_style Since When
- How to send email in wordpress with more than one attachments
- Resizing Images for a Gallery-Plugin?
- Which themes do you use to test compatibilities with your plugin [closed]
- How to debug a unit test for a WordPress plugin, which uses wordpress-test?
- Is there any way to allow a plugin to write over a previous version?
- How do i validate data entered in a meta box so that only floats can be entered in a field?
- Adding functions to hooks from within a class
- Modify users.php page to create page/post on button clicked
- Is there an action like ‘after_register_custom_post_type’?
- get_current_screen() return null
- Frontend language per user
- Tried in different ways but sidebar not working?
- How to get results of subcategories also?(WP Rest Api v2)
- How to Create a Simple Related Posts Plugin
- How to run a function on plugin’s options page?
- What stylesheets are available in core?
- dbDelta using Foreign key not working on update [duplicate]
- Theme Install using a Custom Repository
- Activate User in Code (BuddyPress+bbpress)
- Plugin widget zindex changes depending on theme [closed]
- error ‘The package could not be installed. No valid plugins were found.’
- Search: how to extend the existing search to include a custom table
- Plugin development: delete options when updating to a new version
- Is there documentation reference for forms in menu and setting pages?
- Custom code for WordPress dynamic menu
- Plugin templates vs Parent Theme
- wpdb->prepare and mysql UPDATE – how is it done?
- Can’t change the style of a submit input type? [closed]
- How to get all queries’s results after they have executed?
- why update option is not working?
- ECHO Executing 4 Times In Head
- Difficult to create unique titles and meta description?
- wp_schedule_event custom event time
- Ajax: Populate with content from a post’s ID not working – duplicating current page html instead
- WordPress shortcode using WPB_GET_IP
- How to properly package a block plugin
- How add default term meta to prevent an error?
- How to get current logged-in user details in multisite?
- Data inserted by wpdb insert is different than data pressnt in database.
- Cleaning a filename after image sideloading a url that contains `%20`
- Plugin admin page stylesheet doesn’t work
- wp login redirect loop reauth=1
- Paragraph Tags removed when contents are only a shortcode
- how to show youtube comment profile pic in wordpress
- When I activate my custom plugin the menus and some styling of my site is messed up
- I need to combine Pages Listing and Main Menu from frontend in WordPress
- WordPress Does not grab the string sends useing AJAX response, wp_ajax hook
- update_option() passing empty array() but still updating
- Bad request 400 using class based files
- Gutenberg block breaks when showing new data
- Allow contributor user role to perform copy operation PHP
- 403 error rest_’cookie_invalid_nonce’ on API Request
- Insert, update or remove data from database (usermeta)
- AJAX call of function containing javascript which is not loaded (Plugin development)
- Filterable posts using categories
- How do I make two shortcode use the same id and increment it when I use them multiple times?
- How to CRUD from wordpress database in wordpress theme?
- How can I query 3 posts from diferente categories (one of each category)
- Can a plugin differentiate syndication feeds from actual site views?
- Plugin settings checkbox
- Load JS/CSS of shortcode in post
- update_option() updating the option with an empty value?
- Change Admin menu placement using hooks
- Adding querystring variable breaks admin URLs
- How to check during “pre_get_posts” if WP performing default query for specific custom template?
- WordPress Beginer to Guru [duplicate]
- wp_mail_from not changing from address
- Serialized Data
- Gutenberg text field validation
- I don’t understand how symlinks in plugin work
- Undo operation not working in Rich text [Gutenberg]
- Update custom settings field in plugin
- URL rewrite parameter lost (add_rewrite_rule)
- PHPUnit Ajax Serialization of ‘Closure’ is not allowed