User Tools

Site Tools


res:plugins:phpversion

This is an old revision of the document!


This plugin ad tag [php_version], which will display the PHP version. flatpress_pluginy/phpversion/plugin.phpversion.php

[code] <?php /* Plugin Name: PHP Version Description: Get the PHP version using [php_version] Author: FlatPress User Author URI: https://www.flatpress.cz Version: 1.0 */

function plugin_phpversion_shortcode($content) {

       return str_replace('[php_version]', phpversion(), $content);

} add_filter('the_content', 'plugin_phpversion_shortcode'); ?> [/code]

res/plugins/phpversion.1768063798.txt.gz ยท Last modified: by ludvik

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki