Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Ticket #13896
- // Homepage Gallery
- // /plugins/oshine-modules/includes/modules/portfolio.php (341 and 499)
- // line 341:
- $masseuse_location = get_post_meta( get_the_ID(), 'be_themes_masseuse_location', true );
- // line 499:
- $output .= '<small style="display: block; font-size: 12px;">' . $masseuse_location . '</small>';
- // TextField
- // /wp-content/themes/oshin/be-themes-metabox.php (188-194)
- array (
- 'name' => __('Masseuse Location','oshin'),
- 'id' => "{$prefix}masseuse_location",
- 'type' => 'text',
- 'std' => '',
- 'tab' => 'general'
- ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement