setting_factory = &$settings_factory; $this->post = $post; } /** * @return string */ public function render() { $custom_keys = (array) $this->sitepress->get_wp_api()->get_post_custom_keys( $this->post->ID ); ob_start(); if ( ! empty( $custom_keys ) ) { ?> setting_factory->post_meta_setting( $cfield ); if ( $field_setting->excluded() ) { continue; } $this->rendered = true; $radio_disabled = $field_setting->is_read_only() ? 'disabled="disabled"' : ''; $status = $field_setting->status(); $checked0 = $status == WPML_IGNORE_CUSTOM_FIELD ? ' checked="checked"' : ''; $checked1 = $status == WPML_COPY_CUSTOM_FIELD ? ' checked="checked"' : ''; $checked2 = $status == WPML_TRANSLATE_CUSTOM_FIELD ? ' checked="checked"' : ''; ?>

rendered; } }