Search results for: admin
Disable Block Directory
Prevent block directory results from being shown when searching for blocks in the editor.
Remove Author Links
If you are disabling author archives on your site you will want to remove the author…
WP Simple Pay: Create WordPress User After Payment (Lite)
Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.
Fix 500 Internal Server Error
A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…
Disable Admin Password Reset Emails
Don't send an email to the administrator of the site after a user resets their password.
Set a Minimum Word Count for Posts
Force your authors to write posts that have a minimum length.
Set oEmbed Max Width
Set a max width for the embeds using oEmbed in the content.
wpadmin add phone number with address in orders page
add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…
Untitled Snippet
document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.elementor-post__thumbnail__link').forEach(function(link) { link.setAttribute('target', '_blank'); link.setAttribute('rel', 'noopener noreferrer'); }); });
Current Year
function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');
Untitled Snippet
/*! * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:…
Untitled Snippet
add_action('template_redirect', function () { if (! is_front_page()) { return; } echo