开发者 | vickyagravat |
---|---|
更新时间 | 2024年3月27日 13:33 |
PHP版本: | 2.5 及以上 |
WordPress版本: | 6.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.Just add [output] Text to Display [/output] to your Post or Page.
This plug-in accepts three parameters with Shortcodes. 1) type 2) title 3) header all three are optional.
Just add type with value in starting shortcode. For Example [output type="browser"] Here browser is value of type. Currently this plug-in supports two values of type, 1) cmd 2) browser. If you not provide any type it will use cmd as by default type.
Just add title with value in starting shortcode. For Example [output type="browser" title="Any thing you display in Title bar"]. The value of title is display on Title Bar of browser output. The title is only work with type="browser" If title is not specified in Shortcode, This Plug-in display New Tab on Title Bar of browser output by default. The cmd is not support title parameter, as it only display Command Prompt on cmd Title Bar.
This Plug-in is display Output: before it prints actual output. If you have to change text of Output:, Just add header with value in starting shortcode. For Example [output header="Result:]". It will display Result: before prints actual output. If don't want to display any header, Just add header with blank value in starting shortcode. For Example [output header=""]. It will not display any header before prints actual output.