habibjutt
12/24/2015 - 6:55 PM

WP Anonymous Funcation Call.php

<?php
add_action( 'action_name', function() {
    // do something
} );
?>