芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/google-site-kit/includes/Core/Admin/Plugin_Row_Meta.php
get_plugin_row_meta() ); } return $meta; }, 10, 2 ); } /** * Builds an array of anchor elements to be shown in the plugin row. * * @since 1.24.0 * * @return string[] Array of links as HTML strings. */ private function get_plugin_row_meta() { return array( '
' . __( 'Rate Site Kit', 'google-site-kit' ) . '
', '
' . __( 'Support', 'google-site-kit' ) . '
', ); } }