settings_factory = &$settings_factory; } /** * @return string */ public function render() { $custom_fields_keys = $this->get_meta_keys(); if ( $custom_fields_keys ) { natcasesort( $custom_fields_keys ); } ob_start(); ?>
add_query_arg( array( 'show_system_fields' => ! $this->settings_factory->show_system_fields ) ), 'text' => $this->settings_factory->show_system_fields ? __( 'Hide system fields', 'wpml-translation-management' ) : __( 'Show system fields', 'wpml-translation-management' ), ); ?>