There are 3 methods.
-
Somewhat weird but since this text is internationalized you can filter the output. This is just an example to remove the text, the link is still present in the source.
add_filter('gettext', 'remove_powered_by', 20, 3); function remove_powered_by( $translated_text, $untranslated_text, $domain ) { $custom_field_text="Proudly powered by %s"; if ( !is_admin() && $untranslated_text === $custom_field_text ) { return ''; } return $translated_text; }
-
Use jQuery (or javascript)
$('#site-generator').remove();
-
Create a child theme and just comment out the code or delete it.
Related Posts:
- Check php version before theme activation
- what is correct way to hook when update post
- How to Remove a Filter from the Admin List Table?
- Hooking new functions to actions + passing parameters
- Find variables available at a given hook
- Delete option value from array using update_option()
- action hook wp_head higher priority as all other plugins/hooks
- Remove an action hook within a Class
- How to pass arguments to add_action() or retrieve return value of called function?
- Contact Fom 7 – how to add custom HTML inside span.wpcf7-form-control-wrap AND IMMEDIATELY AFTER input.wpcf7-form-control?
- Set meta field to publish date + 2 weeks
- Adding widgets to my plugin page instead of WordPress dashboard
- Adding function to Genesis genesis_header [closed]
- Modify custom field input data before creating a new post
- Should `wp_login` be used since it’s deprecated?
- How to catch wordpress post ID when it’s published
- WordPress redirect redirecting too many times or not at all
- Can not add admin notices from the edit_user_profile_update hook (notices not being displayed)?
- How to pass hook variable to function?
- remove_action from parent theme using child theme functions.php
- Hooking into the HTML header container
- Get original value in save_post action hooka
- How do I remove an action hook inside a class that is called by another class?
- Hook into all password resets in WordPress and get password before hashing?
- WordPress HTML Helper
- calling a function from a class in your template
- How to add custom checkout field in user details mail template
- Cannot modify header information – headers already sent
- Is there a hook that I can use when a fatal error occurs?
- Publish button now showing content after saving
- Change image data durgin upload
- How do you remove header sitewide from mobile only?
- How to put search bar & logo in the “primary navigation” storefront theme?
- save_post trigerred twice
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- How to sort WooCommerce products page by latest in-stock items first?
- Uncaught TypeError: extract(): Argument #1 ($array) must be of type array, null given
- error_log PHP error log found. This file must not be in the production version of the theme. (wordpress theme check plugin)
- Generate a QR code when creating a new WordPress user
- Replace a single variable with add_filter
- I am having issue in divi woocomerce checkout module. (DIVI theme)
- WordPress Post Block Element not properly parsed with the_content filter
- How do I use an iFrame for my header in WordPress twenty seventeen?
- Filter wordpress posts without searching the keywords in the post content
- Variation prices breakdown only for single product page
- Removing “There is no account with that username or email address.” error message in “/wp-login.php?action=lostpassword”
- How do I add a function to parent theme
- Display custom field value in woocommerce variable product via jQurey
- Prevent header and footer from loading on specific pages with template or plugin
- Styling a category link
- Remove an action created by a Gravity Forms add-on
- Add custom field on admin dashboard comments / reviews
- switch_to_blog() + do_action(‘generate_footer’) not working in multisite
- Contain multiple page templates in one PHP custom template file in WordPress?
- Show full post instead of excerpt
- Not able to remove caption shortcode from the content
- Use wp_head hook on template page
- When I click for the redirect link it is showing the content of index.php instead of single_assignment_page.php
- Wp_Schedule_Event every few minutes doesn’t work
- File from parent theme imported to child theme doesn’t work – any ideas?
- How to use data URL in WordPress?
- Commenting requires wordpress login, wordpress discussion and post comments tick boxes are checked
- Use PHP Class in WordPress functions
- Adding custom field to product category and show it to shop/category shop page
- Preserving backslashes in post_content
- wordpress email checker on domain
- WordPress How do I pass a variable from one add_action to another?
- Trouble Accessing Gravity Forms API (GFAPI)
- Unable to retrieve get_author_posts_url
- How to edit post meta data before publishing the post it self wordpress?
- Display post date also if the date it’s the same for each post
- Enqueue assets from multiple directories using add_action/do_action
- Conditional Banners
- Force Sidebar on Full Width page
- The style.php file inside theme-engine folder has other content on FTP
- I want to hide “sold by” on certain pages with id page 43
- Adding new divs with custom classes to products on WooCommerce shop page [closed]
- Fatal error: Uncaught Error: Class ‘WP_Block_Styles_Registry’
- Call a single function on two different methods with hooks
- Custom meta box is not displaying value showing tag as empty
- How to override theme’s public static function inside of a trait?
- using filter and hook inside class
- Discount in the specific product title using keyword ( Woocoommerce )
- Invalid Argument foreach
- get Woocommerce product format json for WP_Query
- Using Javascript On Page – Header and Footer Now Missing
- Register/enqueue scripts only on certain admin pages
- How do I get the value of a current user’s custom field?
- Add my footer menu to the header
- Is there an option to execute javascript file only on plugin activation
- How to Change Site Elements based on referring URL
- How can I render more than multiple posts on template-parts with post formats
- how to use 2 index.php file One for mobile and one for desktop
- Need to forward Data from WooCommerce Webhook sent to same site WordPress REST API custom endpoint
- add_action in wp_head accessible from class
- Add the shortcodes from the enfold theme to the other theme
- Help hooking into user_register
- add_filter() inside another add_filter()
- PHP Error in WordPress Theme
- WordPress child theme, creating a custom php template page