Skip to content

Instantly share code, notes, and snippets.

@amostajo
Created April 22, 2016 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amostajo/3d0f35a9e0e9ba85c898723ad4b52103 to your computer and use it in GitHub Desktop.
Save amostajo/3d0f35a9e0e9ba85c898723ad4b52103 to your computer and use it in GitHub Desktop.
Wordpress MVC - Add action hook with controller
<?php
public function init()
{
$this->add_action( 'save_post', 'PostController@save' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment