Replies: 1
Hi! How I make push the post from code to telegram in function.php?
Something like this:
do_action('my_send_post_to_telegram', $post->ID);
//or
custom_function_send_to_telegram($post->ID);
Replies: 1
Hi! How I make push the post from code to telegram in function.php?
Something like this:
do_action('my_send_post_to_telegram', $post->ID);
//or
custom_function_send_to_telegram($post->ID);