09/12/2019Query mysql update home and siteurl table wp-option wordpressCâu lệnh SQL update url website wordpress SET SQL_SAFE_UPDATES = 0; UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldurl.com', 'http://www.newurl.com') WHERE […]
09/03/2020Automatically Set the WordPress Image Title, Alt-Text & Other MetaChèn vào file function.php /* Automatically set the image Title, Alt-Text, Caption & Description upon upload --------------------------------------------------------------------------------------*/ add_action( 'add_attachment', 'my_set_image_meta_upon_image_upload' […]