eduacute
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Countdown, Coming Soon, Maintenance - Countdown & Clock] new updatewe have the same issue, clock no longer showing, see https://eduacute.au
same questions here, any response appreciated π
Forum: Reviews
In reply to: [WP Approve User] It’s simple and it works 100%Add this to functions.php and its even better… tested it and it works
// Function to change email address function wpb_sender_email( $original_email_address ) { return 'your-email@something'; } // Function to change sender name function wpb_sender_name( $original_email_from ) { return 'your-name'; } // Hooking up our functions to WordPress filters add_filter( 'wp_mail_from', 'wpb_sender_email' ); add_filter( 'wp_mail_from_name', 'wpb_sender_name' );Forum: Plugins
In reply to: [Video Conferencing with Zoom] Hosted By:All good now, seems to have been fixed in recent plugin update (as we didn’t change anything on the ZOOM host side).
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Hosted By:Hello World, can someone please let me know if there is a way to display the Hosted By: value? Thank you.
Forum: Fixing WordPress
In reply to: Step by Step Logic Displaying Specific InfoThis one maybe… Dynamic Conditions By RTO GmbH?
Forum: Reviews
In reply to: [Redirection] Awful PluginThe original review makes no sense, it works perfectly if you have all ducks lined up such as up to date WP and server software versions. Try it for yourself, it won’t break your site (and not the back either as its FREE).
Viewing 7 replies - 1 through 7 (of 7 total)