Title: More actions?
Last modified: August 20, 2016

---

# More actions?

 *  [goffi](https://wordpress.org/support/users/goffi/)
 * (@goffi)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/more-actions-1/)
 * May be this question has been already posted but i don’t found anything.
 * Few days ago i wrote a little plugin and what i want to do has been impossible
   with the actual filters or actions.
 * Why don’t put a callback in the begin and end of the functions? Obviously returning
   errors and exit from the function before the execution of the body.
 * I mean something like this:
 *     ```
       function wp_function(...) {
         if( do_action( 'wp_function_before', ... ) ) {
           return ERROR;
         }
   
         // body
   
         if( do_action( 'wp_function_after', ... ) ) {
           return ERROR;
         }
       }
       ```
   

The topic ‘More actions?’ is closed to new replies.

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 0 replies
 * 1 participant
 * Last reply from: [goffi](https://wordpress.org/support/users/goffi/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/more-actions-1/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
