Search results for: admin

Post Meta Debugger

Add a metabox that lists all the custom fields/meta values for a post/page for easy debugging.

400+

Disable Block Directory

Prevent block directory results from being shown when searching for blocks in the editor.

400+

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.

900+

Expand the Edit Abilities

use Elementor\Controls_Manager; use Elementor\Group_Control_Background; function add_background_and_overlay_to_layout_tab($element, $args) { // === NORMAL BACKGROUND === $element->start_controls_section( 'custom_background_layout', […

Set a Minimum Word Count for Posts

Force your authors to write posts that have a minimum length.

500+

Set oEmbed Max Width

Set a max width for the embeds using oEmbed in the content.

500+

3 Dots for popup text in WordPress

With this snippet 3 highlighted dots appear when you create small items of text that you…

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;…

1 24 25 26 27 28 137