Tuesday, 4 October 2011

Find register actions in elgg

In elgg to find your plugins register action , to use the following code
global $CONFIG;
echo "<pre>";
print_r($CONFIG->actions);

0 comments:

Post a Comment