/**
 * Returns all registered templates
 * @return array
 */
function cfp_get_templates()
{
    return CFP_Register_Shortcodes::get_templates();
}