node_publish_action and node_save_action $op's
21 Feb
2010
21 Feb
'10
5:24 p.m.
Hi List, Which hook_nodeapi() $op's are called on issuing node_publish_action and node_save_action? Regards, Eric
21 Feb
21 Feb
5:29 p.m.
New subject: [development] node_publish_action and node_save_action $op's
You can see this if you include a debug statement in your mymodule_nodeapi function implementation: function mymodule_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) { print "ops: " . print_r($op, true); switch ($op) { ... } Victor Kane http://awebfactory.com.ar On Sun, Feb 21, 2010 at 1:24 PM, Eric Schaefer < eric.schaefer@eas-consulting.de> wrote:
Hi List,
Which hook_nodeapi() $op's are called on issuing node_publish_action and node_save_action?
Regards, Eric
5964
Age (days ago)
5964
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eric Schaefer -
Victor Kane