📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:22:22
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
classes
/
interfaces
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wp-rocket/inc/classes/interfaces
🔄 Refresh
✏️
Editing: class-render-interface.php
Writable
<?php namespace WP_Rocket\Interfaces; /** * Render interface * * @since 3.0 * @author Remy Perona */ interface Render_Interface { /** * Renders the given template if it's readable. * * @since 3.0 * @author Remy Perona * * @param string $template Template slug. * @param array $data Data to pass to the template. */ public function generate( $template, $data ); }
💾 Save Changes
❌ Cancel