Added filter and action hooks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c687138247
commit
eb31112a61
@ -106,7 +106,7 @@ for ($i=1; $i <= $count; $i++) :
|
|||||||
|
|
||||||
$content = trim($content);
|
$content = trim($content);
|
||||||
|
|
||||||
$content = trim($content);
|
$content = apply_filters('phone_content', $content);
|
||||||
|
|
||||||
$post_title = xmlrpc_getposttitle($content);
|
$post_title = xmlrpc_getposttitle($content);
|
||||||
|
|
||||||
@ -124,7 +124,8 @@ for ($i=1; $i <= $count; $i++) :
|
|||||||
$result = $wpdb->query($sql);
|
$result = $wpdb->query($sql);
|
||||||
$post_ID = $wpdb->insert_id;
|
$post_ID = $wpdb->insert_id;
|
||||||
|
|
||||||
|
do_action('publish_post', $post_ID);
|
||||||
|
do_action('publish_phone', $post_ID);
|
||||||
pingback($content, $post_ID);
|
pingback($content, $post_ID);
|
||||||
|
|
||||||
echo "\n<p><b>Posted title:</b> $post_title<br />";
|
echo "\n<p><b>Posted title:</b> $post_title<br />";
|
||||||
|
Loading…
Reference in New Issue
Block a user