Function Reference: geodir_custom_post_type_activation

Summary

This function has not been documented yet.

Source File

geodir_custom_post_type_activation() is located in geodir_custom_posts/geodir_cp_functions.php [Line: 4]

Source Code

function geodir_custom_post_type_activation(){

	if (get_option('geodir_installed')) {
		 
		 add_option('geodir_custom_post_type_activation_redirect', 1);
		 
	}
		
}