ID, $meta_key ); if ( is_array( $values ) ) { $shortcode_attributes[ $taxonomy ] = implode( ',', $values ); unset( $shortcode_attributes['parent_meta'] ); } } //error_log( 'MLAProjectSlugExample::mla_gallery_attributes_filter $shortcode_attributes = ' . var_export( $shortcode_attributes, true ), 0 ); return $shortcode_attributes; } // mla_gallery_attributes_filter } // Class MLAProjectSlugExample /* * Install the filters at an early opportunity */ add_action('init', 'MLAProjectSlugExample::initialize'); ?>