What you are seeing is from a short code, a shortcode that does not exist anymore. Since you’ve changed themes and seeing this, it means that that shortcode is defined in your previous theme’s functions.php
What you’ll need to do is, look at your previous theme’s functions file, and locate where the shortcode is defined. If you have a proper code editor, you can just search for something like add_shortcode. That action will look something like this:
add_shortcode( 'button', 'some_function_name' );
function some_function_name() {}
You need to copy all of that. This needs to go into a functionality plugin. Never add shortcodes into your theme, rather create a plugin and add them in there. This should solve your problem
Related Posts:
- How to add a shortcode button to the TinyMCE editor?
- How to load wp_editor via AJAX
- How to Add WYSIWYG Editor (tinyMCE) to plugin options page compatible with WordPress 3.0 and up?
- TinyMCE Advanced newline problem
- Disable text tab on WordPress text-editor
- Issues creating a tinyMCE plugin that creates a custom link
- Adding rich text editor to my plugin
- How to Add TinyMCE’s plugin in wordpress?
- White text on white background in TinyMCE when wp_editor is called in WP 3.9
- How can I get the post content displayed in a text field that allows to edit posts?
- How to add custom JS to tinymce in wordpress
- how to load tinymce external plugin
- Set WordPress TinyMCE Editor To Readonly
- Getting selected (highlighted) html from the Visual Editor on Edit Post page?
- How do I create a custom add media button modal?
- How to edit content before post update
- How to replace wordpress default text editor (TinyMCE) with a custom one.
- accessing wp.media api from a tinymce plugin
- How to load wp_editor via AJAX
- jquery tinymce and bundled wp plugins
- Trouble adding tiny mce to textarea in custom plugin
- Using TinyMCE in plugin?
- TinyMCE Styles Dropdown not adding html tags other than span
- Hook into existing tinyMCE button
- AJAX on Front-End Button Click not working – Custom Plugin
- adding a button to the media uploader
- Skewed / slanted button within elementor [closed]
- How to add table class for tables of TinyMCE advanced wordpress plugin? [closed]
- Convert to shortcode?
- Disable submit button order
- Is there a good way to load tiny_mce_popup.js through editor.windowManager.open?
- How do I add multiple buttons to Tiny MCE in a single plugin?
- “switchEditors is not defined” with wp_editor() in jQuery UI tabs
- Example for use tinymce in wordpress 3.5.1?
- Custom characters of tinymce editor are saved as question mark
- “After file loaded” action
- How to disable tinyMCE button added by a plugin?
- Share buttons Facebook Twitter, just like wordpress.com without webservice
- How to apply to hide TinyMCE (wp_editor) on button click
- How to hide the cell properties and row properties in TinyMCE WordPress?
- Upload PlugIn Button is missing
- How can I change page content for good once a button is pressed?
- How to use wp_editor and save its data in wp_posts table
- How to disable/enable PHP plugin functionality based on a TinyMCE toggle-button
- How to execute certain code on back-end button press?
- Add Cancel Button to a Custom Meta Box
- how to send two forms with one click (script ninjaforms id)
- Sanitize AROUND shortcode
- “Listen” button on my main post page
- TinyMCE how to add css when inputing a text
- hide load more button if there are no posts left to display
- can’t use span or icon tags on when editing visual composer element
- Add Flatr button to Sharing option
- WordPress Settings – Custom Button actions
- Extending the “Add Media”-Dialog … how do I finally insert something to the Post?
- how to enable tinymce custom buttons in meta box?
- Better code/text editing for posts and pages?
- Filter html of WordPress editor in visual mode only
- Using Iris Colorpicker on TinyMCE shortcodes page [duplicate]
- Change text “My Basket” in woocommerce artificer theme
- How can I replace the built in WordPress editor?
- How can i add a random redirect button in wordpress? [closed]
- How to append TinyMCE editor in TinyMCE editor’s popup
- How to enable suggested edits?
- How to change a user’s password programatically
- WP_User_Query and non-unique usermeta data
- How to delete custom taxonomy terms in plugin’s uninstall.php?
- To Disable WordPress Rest API or Not To Disable?
- how to include other plugins css files in a shortcode?
- Email Notifications of new posts to users – suggestions [closed]
- What is the correct way for a theme to support plugin UIs?
- What is the ‘admin_action_’ . $_REQUEST[‘action’] hook used for?
- Get URL of a specific file
- Building a plugin that doesn’t break when deactivated
- How does WordPress determine the primary plugin PHP file?
- translation does not work with text_domain
- Custom comment type maybe?
- Remove Adminstrator Hyperlink from a user having role to add and see users
- adding a text message beside the comment submit button
- Overide a function that is inside a plugin
- Having separate plugins and themes folder for multi-site setup
- If I delete plugins via FTP are settings kept in DB?
- Many plugins making WordPress run slow by design?
- Why are some of my thumbnails not being generated?
- Remove caching from wp_remote_get calls from custom plugin
- Detect the activated theme from plugin code
- Transient unique names
- Can’t delete Draft Post [closed]
- How to check if tables in WordPress still exists after activations
- Looking for a way that will collect visitors emails before letting them view the blog posts [closed]
- Force file download on plugin activation
- How can I inject options into an select tag inside the widget form?
- WordPress user account activation
- Init plugin again after ajax call finish
- Unicode characters displaying as ? after import using WP Clone
- Shortcode to do math with url variables
- Disappearing plugins
- Let a user change role dynamically on the front end
- Help with coding a link for a button in WordPress with The Events Calendar Plugin
- How to change css poperty through webhook in wordpress