Try returning your span instead of echoing it.
function modify_admin_footer() {
return '<span id="footer-thankyou">Developed by <a href="http://www.toolcart.com" target="_blank" rel="noopener noreferrer">Toolcart Theme Version:</a>.</span>' . wp_get_theme()->parent()->Version;
}
add_filter( 'admin_footer_text', 'modify_admin_footer' );
Related Posts:
- Enqueue Javascript Correctly for 3.5
- WordPress if (is_page) translation on certain page
- remove wp floating submenu in wp dashboard
- How to change menu labels
- WordPress admin-ajax.php
- Aspx/Rss feed – failed to open stream: Redirection limit reached
- Access to “My Site” is missing from the admin bar
- Styling admin page rows in order of importance (checkboxes)
- admin-ajax.php loading many times
- How do I change the Go To Categories link in the term_updated_messages
- How to access admin menu labels and links on front-end?
- What is This esc_html_e() i wordpress php?
- static variable loop not working in WordPress
- Need help setting default setting value for radio button in theme customizer
- How to automatically apply woocommerce product title to all product images alt tags?
- How to store the_title() into a variable to reutrn the value, not just echo it
- exclude multiple terms using get_terms() function
- Create a global variable for use in all templates
- How to register images uploaded via FTP in media library?
- how to get permalink structure with php
- Should the value of core functions be escaped before outputting?
- Why is my custom meta box input not saving
- Dynamic URL to reference custom PHP files
- Woocommerce auto cancel On-Hold after X days
- Add custom field to attachments in a specific category
- WooCommerce – Customer Order History Pagination
- Change dns-prefetch to preconnect with correct protocol
- The values of custom fields are not available functions.php
- Why does “get_option” pull in the older value in options.php, rather than the newer value, on submission of a form?
- Enqueue less file not working in child theme?
- Show last 5 posts from specific category
- display most popular tags in two columns
- How can I loop into two different DIVS without repeating the DIVs
- Removing unnecessary wordpress files
- Displaying Logged-In User Name and avatar in WordPress Menu
- Change links automatically to affiliate links
- Performance issues with large website [closed]
- How to make thumbnail image fit into a div where image dimentions are completely different?
- Use is_product_category() properly
- Theme Options: If There is No Input, Don’t Display?
- Add before_content and after_content to register_sidebar
- How to access function from outside of a class within this class in WP plugin?
- Placing raw HTML inside a WordPress shortcode
- Word Count Function Preventing Permalink Editing
- PHP can I add line numbers to file_get_contents()
- Changing Woocommerce flat rate every nth number of items
- Convert all images to PNG on file upload
- White Screen of Death – wp-admin
- If search results empty then execute certain code
- Using file_get_contents with Gravity Forms uploads folder to create images in the media library returning false
- Replace word in “the_content” only for index.php
- Custom location for attached images
- Way to querry data (tags) from a wordpress database?
- Changing custom logo link
- Using fwrite() and “a” appends multiple times instead of once
- Where in PHP do I move title and meta (date) to bottom of each blog section?
- Add a variable in functions.php and call it in single.php
- How to display posts by current user in a drop down
- How does WordPress insert Paragraphs in posts
- Linking text within textarea of custom meta box
- How do I add custom bulk actions to multiple custom post types?
- Making BuddyPress Activity Stream (Post Type) Featured Images Clickable [closed]
- what is the best practice to add new field to an api route
- Auto-update products after they were published – Woocommerce
- Keyword checking in Gravity Forms
- how to refresh div on template part?
- Child page menu in sidebar
- Title Case WordPress Menu Items
- Programmatically create page when saving custom post type post
- php function to display commenter username or login
- How to change menu order item
- How to obtain the current website URL in my theme?
- Display Data in Table from External Database in WP using Shortcodes
- How to check if a Customizer setting is set?
- Remove item in Checkout
- Co-Authors Plus: How do I get all authors with a query?
- How to reference PHP in Javascript
- Create special button on WP Tiny MCE Posts Editor for Shortcodes
- making php value numeric
- How to assign page id with array in page_scheduled_event
- Cannot find the php_ini configuration file to find my error log to see why my code is not working
- Return newly created category by code
- WordPress Ajax filter: Create two loops for different output styles?
- Hook into all password resets in WordPress and get password before hashing?
- How to call a function from functions.php with ajax?
- How to sort (orderby) a query done by a template function before the ‘foreach’ loop?
- Dropdown menu on custom menu
- How can the searchform.php know if it’s used on a registered sidebar id ‘sidebar-1’ or ‘sidebar-2’?
- WordPress error on my website
- WordPress get_post_meta issue
- Woocommerce Price Text
- Limit Taxonomy Parents
- How to add button to top of theme customizer?
- Options.php loop won’t show!
- Contact form with dynamic dropdown and filter
- Critical Error customiser
- Custom plugin doesn’t show in admin menu – when code added, displays an empty page
- How to automatically flush permalinks?
- Exclude function for custom pages, exclude custom ACF fields
- Trouble with WordPress Settings API: Form Submits When Fields Called Directly, Fails When Using Callbacks