delete adv
This commit is contained in:
@@ -498,7 +498,7 @@ function auto_add_category_by_slug_to_new_post($post_ID, $post, $update)
|
||||
wp_set_post_categories($post_ID, array($category->term_id), true);
|
||||
}
|
||||
}
|
||||
add_action('save_post', 'auto_add_category_by_slug_to_new_post', 10, 3);
|
||||
//add_action('save_post', 'auto_add_category_by_slug_to_new_post', 10, 3);
|
||||
|
||||
|
||||
function get_category_name($post = null)
|
||||
@@ -672,7 +672,7 @@ function last_sticky_post() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
// отправка писем через свой почтовый сервис
|
||||
function agroxpert_send_smtp_email( $phpmailer ) {
|
||||
|
||||
$phpmailer->isSMTP();
|
||||
|
||||
Reference in New Issue
Block a user