Description
Implement "wp_ajax_oik_tunes_create_tune" for oik-tunes
Usage
oik_tunes_ajax_oik_tunes_create_tune();Parameters
Returns
voidSource
File name: oik-tunes/oik-tunes.phpLines:
1 to 10 of 10
function oik_tunes_ajax_oik_tunes_create_tune() { //e( "Tada from " ); //e( __FUNCTION__ ); oik_require( "admin/oik-tunes.php", "oik-tunes" ); $post_id = oik_tunes_create_track( $_REQUEST ); e( "post_id: $post_id" ); bw_flush(); exit(); }View on GitHub
Called by
Invoked by
Calls
1 to 2 of 2
Call hooks
API Letters:
