Description
Implement "init" action for oik themes serverImplement the oik equivalent of WordPress.org responding to http://api.wordpress.org/themes/update-check/1.0/ http://api.wordpress.org/themes/info/1.0/
Usage
oikth_theme_rewrite();Parameters
Returns
voidSource
File name: oik-themes/oik-themes.phpLines:
1 to 6 of 6
function oikth_theme_rewrite() { add_rewrite_tag( "%oik-theme%", '([^/]+)' ); add_permastruct( 'oik-theme', 'themes/%oik-theme%' ); add_action( "template_redirect", "oikth_template_redirect" ); add_filter( "wp_handle_upload", "oikth_handle_upload", 10, 2 ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
