<?php // DO NOT include the opening php tag add_filter( 'arconix_shortcodes_list', 'add_gmap' ); function add_gmap( $list ) { $list[] = 'googlemap'; return $list; }