├── plugin-name
├── languages
│ └── plugin-name.pot
├── index.php
├── admin
│ ├── index.php
│ ├── exopite-simple-options
│ │ ├── index.php
│ │ ├── fields
│ │ │ ├── index.php
│ │ │ ├── textarea.php
│ │ │ ├── hidden.php
│ │ │ ├── password.php
│ │ │ ├── text.php
│ │ │ ├── meta.php
│ │ │ ├── content.php
│ │ │ ├── switcher.php
│ │ │ ├── notice.php
│ │ │ ├── button_bar.php
│ │ │ ├── card.php
│ │ │ ├── number.php
│ │ │ └── checkbox.php
│ │ └── assets
│ │ │ ├── images
│ │ │ ├── readme.txt
│ │ │ ├── exopite-sof-title-bg.jpg
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_309bbf_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_bf3030_256x240.png
│ │ │ ├── ui-icons_ffffff_256x240.png
│ │ │ ├── ui-bg_flat_0_888888_40x100.png
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_25_e1f0f5_1x400.png
│ │ │ ├── ui-bg_glass_55_444444_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_inset-soft_95_fef1ec_1x100.png
│ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── editors
│ │ │ ├── trumbowyg
│ │ │ │ ├── trumbowyg.user.min.css
│ │ │ │ ├── trumbowyg.colors.min.css
│ │ │ │ ├── trumbowyg.fontfamily.min.js
│ │ │ │ ├── trumbowyg.fontsize.min.js
│ │ │ │ └── trumbowyg.base64.min.js
│ │ │ └── ace
│ │ │ │ ├── mode-text.js
│ │ │ │ ├── ext-error_marker.js
│ │ │ │ ├── snippets
│ │ │ │ ├── d.js
│ │ │ │ ├── ada.js
│ │ │ │ ├── asl.js
│ │ │ │ ├── dot.js
│ │ │ │ ├── ejs.js
│ │ │ │ ├── elm.js
│ │ │ │ ├── ftl.js
│ │ │ │ ├── ini.js
│ │ │ │ ├── jsx.js
│ │ │ │ ├── mel.js
│ │ │ │ ├── nix.js
│ │ │ │ ├── pig.js
│ │ │ │ ├── sjs.js
│ │ │ │ ├── svg.js
│ │ │ │ ├── tsx.js
│ │ │ │ ├── xml.js
│ │ │ │ ├── abap.js
│ │ │ │ ├── bro.js
│ │ │ │ ├── csp.js
│ │ │ │ ├── glsl.js
│ │ │ │ ├── haxe.js
│ │ │ │ ├── jack.js
│ │ │ │ ├── jade.js
│ │ │ │ ├── json.js
│ │ │ │ ├── less.js
│ │ │ │ ├── lisp.js
│ │ │ │ ├── mask.js
│ │ │ │ ├── rdoc.js
│ │ │ │ ├── red.js
│ │ │ │ ├── rust.js
│ │ │ │ ├── sass.js
│ │ │ │ ├── scad.js
│ │ │ │ ├── scss.js
│ │ │ │ ├── slim.js
│ │ │ │ ├── text.js
│ │ │ │ ├── toml.js
│ │ │ │ ├── twig.js
│ │ │ │ ├── vhdl.js
│ │ │ │ ├── yaml.js
│ │ │ │ ├── cirru.js
│ │ │ │ ├── cobol.js
│ │ │ │ ├── curly.js
│ │ │ │ ├── forth.js
│ │ │ │ ├── gcode.js
│ │ │ │ ├── hjson.js
│ │ │ │ ├── jssm.js
│ │ │ │ ├── julia.js
│ │ │ │ ├── latex.js
│ │ │ │ ├── mixal.js
│ │ │ │ ├── mysql.js
│ │ │ │ ├── nsis.js
│ │ │ │ ├── ocaml.js
│ │ │ │ ├── pgsql.js
│ │ │ │ ├── praat.js
│ │ │ │ ├── rhtml.js
│ │ │ │ ├── scala.js
│ │ │ │ ├── space.js
│ │ │ │ ├── swift.js
│ │ │ │ ├── csharp.js
│ │ │ │ ├── eiffel.js
│ │ │ │ ├── elixir.js
│ │ │ │ ├── fsharp.js
│ │ │ │ ├── golang.js
│ │ │ │ ├── groovy.js
│ │ │ │ ├── kotlin.js
│ │ │ │ ├── liquid.js
│ │ │ │ ├── logiql.js
│ │ │ │ ├── lucene.js
│ │ │ │ ├── matlab.js
│ │ │ │ ├── pascal.js
│ │ │ │ ├── prolog.js
│ │ │ │ ├── puppet.js
│ │ │ │ ├── scheme.js
│ │ │ │ ├── smarty.js
│ │ │ │ ├── sparql.js
│ │ │ │ ├── stylus.js
│ │ │ │ ├── turtle.js
│ │ │ │ ├── asciidoc.js
│ │ │ │ ├── c9search.js
│ │ │ │ ├── fortran.js
│ │ │ │ ├── gherkin.js
│ │ │ │ ├── luapage.js
│ │ │ │ ├── mushcode.js
│ │ │ │ ├── protobuf.js
│ │ │ │ ├── redshift.js
│ │ │ │ ├── vbscript.js
│ │ │ │ ├── verilog.js
│ │ │ │ ├── batchfile.js
│ │ │ │ ├── gitignore.js
│ │ │ │ ├── html_ruby.js
│ │ │ │ ├── terraform.js
│ │ │ │ ├── autohotkey.js
│ │ │ │ ├── coldfusion.js
│ │ │ │ ├── dockerfile.js
│ │ │ │ ├── handlebars.js
│ │ │ │ ├── livescript.js
│ │ │ │ ├── objectivec.js
│ │ │ │ ├── plain_text.js
│ │ │ │ ├── powershell.js
│ │ │ │ ├── properties.js
│ │ │ │ ├── typescript.js
│ │ │ │ ├── apache_conf.js
│ │ │ │ ├── applescript.js
│ │ │ │ ├── html_elixir.js
│ │ │ │ ├── assembly_x86.js
│ │ │ │ ├── csound_score.js
│ │ │ │ ├── haskell_cabal.js
│ │ │ │ ├── soy_template.js
│ │ │ │ ├── php_laravel_blade.js
│ │ │ │ ├── razor.js
│ │ │ │ ├── makefile.js
│ │ │ │ ├── maze.js
│ │ │ │ ├── snippets.js
│ │ │ │ ├── csound_document.js
│ │ │ │ ├── drools.js
│ │ │ │ ├── rst.js
│ │ │ │ ├── haml.js
│ │ │ │ ├── lua.js
│ │ │ │ ├── textile.js
│ │ │ │ ├── diff.js
│ │ │ │ ├── gobstones.js
│ │ │ │ ├── velocity.js
│ │ │ │ ├── graphqlschema.js
│ │ │ │ ├── sql.js
│ │ │ │ ├── abc.js
│ │ │ │ ├── csound_orchestra.js
│ │ │ │ ├── io.js
│ │ │ │ ├── wollok.js
│ │ │ │ └── dart.js
│ │ │ │ ├── mode-plain_text.js
│ │ │ │ ├── ext-linking.js
│ │ │ │ ├── mode-gitignore.js
│ │ │ │ ├── ext-statusbar.js
│ │ │ │ ├── mode-properties.js
│ │ │ │ ├── mode-csp.js
│ │ │ │ ├── ext-spellcheck.js
│ │ │ │ ├── mode-lucene.js
│ │ │ │ └── ext-themelist.js
│ │ │ ├── chosen-sprite.png
│ │ │ ├── chosen-sprite@2x.png
│ │ │ ├── jquery.minicolors.png
│ │ │ ├── font-awesome-4.7.0
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── loader-jquery-chosen.min.js
│ │ │ ├── dev
│ │ │ └── loader-jquery-chosen.js
│ │ │ ├── loader-datepicker.min.js
│ │ │ ├── loader-jquery-trumbowyg.min.js
│ │ │ ├── loader-color-picker.min.js
│ │ │ ├── loader-fine-uploader.min.js
│ │ │ ├── loader-jquery-finderselect.min.js
│ │ │ ├── plugin.code.min.js
│ │ │ └── ace-loader.min.js
│ ├── css
│ │ └── plugin-name-admin.css
│ ├── partials
│ │ └── plugin-name-admin-display.php
│ └── js
│ │ └── plugin-name-admin.js
├── includes
│ ├── index.php
│ ├── libraries
│ │ └── class-custom-template-loader.php
│ ├── class-plugin-name-deactivator.php
│ └── class-plugin-name-i18n.php
├── public
│ ├── index.php
│ ├── css
│ │ └── plugin-name-public.css
│ ├── partials
│ │ └── plugin-name-public-display.php
│ └── js
│ │ └── plugin-name-public.js
├── vendor
│ └── plugin-update-checker
│ │ ├── Puc
│ │ ├── v4
│ │ │ ├── Factory.php
│ │ │ ├── Vcs
│ │ │ │ ├── BaseChecker.php
│ │ │ │ └── Reference.php
│ │ │ ├── DebugBar
│ │ │ │ ├── ThemePanel.php
│ │ │ │ ├── PluginPanel.php
│ │ │ │ └── PluginExtension.php
│ │ │ ├── Update.php
│ │ │ └── Autoloader.php
│ │ ├── v4p4
│ │ │ ├── DebugBar
│ │ │ │ ├── ThemePanel.php
│ │ │ │ ├── PluginPanel.php
│ │ │ │ └── PluginExtension.php
│ │ │ ├── Vcs
│ │ │ │ ├── BaseChecker.php
│ │ │ │ └── Reference.php
│ │ │ ├── Update.php
│ │ │ └── Autoloader.php
│ │ └── v4p7
│ │ │ ├── DebugBar
│ │ │ ├── ThemePanel.php
│ │ │ ├── PluginPanel.php
│ │ │ └── PluginExtension.php
│ │ │ ├── Vcs
│ │ │ ├── BaseChecker.php
│ │ │ └── Reference.php
│ │ │ ├── Update.php
│ │ │ └── Autoloader.php
│ │ ├── examples
│ │ └── theme.json
│ │ ├── languages
│ │ ├── plugin-update-checker-ja.mo
│ │ ├── plugin-update-checker-cs_CZ.mo
│ │ ├── plugin-update-checker-da_DK.mo
│ │ ├── plugin-update-checker-de_DE.mo
│ │ ├── plugin-update-checker-fa_IR.mo
│ │ ├── plugin-update-checker-fr_CA.mo
│ │ ├── plugin-update-checker-fr_FR.mo
│ │ ├── plugin-update-checker-hu_HU.mo
│ │ ├── plugin-update-checker-it_IT.mo
│ │ ├── plugin-update-checker-nl_BE.mo
│ │ ├── plugin-update-checker-nl_NL.mo
│ │ ├── plugin-update-checker-pt_BR.mo
│ │ ├── plugin-update-checker-sl_SI.mo
│ │ ├── plugin-update-checker-sv_SE.mo
│ │ ├── plugin-update-checker-de_DE.po
│ │ ├── plugin-update-checker-it_IT.po
│ │ ├── plugin-update-checker-fa_IR.po
│ │ ├── plugin-update-checker-hu_HU.po
│ │ ├── plugin-update-checker-sv_SE.po
│ │ ├── plugin-update-checker-da_DK.po
│ │ ├── plugin-update-checker.pot
│ │ ├── plugin-update-checker-fr_FR.po
│ │ ├── plugin-update-checker-cs_CZ.po
│ │ ├── plugin-update-checker-sl_SI.po
│ │ ├── plugin-update-checker-fr_CA.po
│ │ ├── plugin-update-checker-pt_BR.po
│ │ └── plugin-update-checker-nl_BE.po
│ │ ├── .editorconfig
│ │ ├── composer.json
│ │ ├── license.txt
│ │ ├── plugin-update-checker.php
│ │ └── css
│ │ └── puc-debug-bar.css
├── templates
│ ├── partial.html
│ └── content-custom-post-type.php
├── uninstall.php
└── tutorials
│ └── register_rest_endpoint.php
├── CHANGELOG.md
└── .gitignore
/plugin-name/languages/plugin-name.pot:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/plugin-name/index.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | [#title]
5 |
', htmlentities(print_r($info, true)), ''; 26 | } else { 27 | echo 'Failed to retrieve plugin info from the metadata URL.'; 28 | } 29 | exit; 30 | } 31 | } 32 | 33 | endif; -------------------------------------------------------------------------------- /plugin-name/vendor/plugin-update-checker/Puc/v4p7/DebugBar/PluginPanel.php: -------------------------------------------------------------------------------- 1 | row('Plugin file', htmlentities($this->updateChecker->pluginFile)); 13 | parent::displayConfigHeader(); 14 | } 15 | 16 | protected function getMetadataButton() { 17 | $requestInfoButton = ''; 18 | if ( function_exists('get_submit_button') ) { 19 | $requestInfoButton = get_submit_button( 20 | 'Request Info', 21 | 'secondary', 22 | 'puc-request-info-button', 23 | false, 24 | array('id' => $this->updateChecker->getUniqueName('request-info-button')) 25 | ); 26 | } 27 | return $requestInfoButton; 28 | } 29 | 30 | protected function getUpdateFields() { 31 | return array_merge( 32 | parent::getUpdateFields(), 33 | array('homepage', 'upgrade_notice', 'tested',) 34 | ); 35 | } 36 | } 37 | 38 | endif; 39 | -------------------------------------------------------------------------------- /plugin-name/vendor/plugin-update-checker/Puc/v4p4/DebugBar/PluginExtension.php: -------------------------------------------------------------------------------- 1 | updateChecker->getUniqueName('uid') ) { 19 | return; 20 | } 21 | $this->preAjaxRequest(); 22 | $info = $this->updateChecker->requestInfo(); 23 | if ( $info !== null ) { 24 | echo 'Successfully retrieved plugin info from the metadata URL:'; 25 | echo '
', htmlentities(print_r($info, true)), ''; 26 | } else { 27 | echo 'Failed to retrieve plugin info from the metadata URL.'; 28 | } 29 | exit; 30 | } 31 | } 32 | 33 | endif; -------------------------------------------------------------------------------- /plugin-name/vendor/plugin-update-checker/Puc/v4p7/DebugBar/PluginExtension.php: -------------------------------------------------------------------------------- 1 | updateChecker->getUniqueName('uid') ) { 19 | return; 20 | } 21 | $this->preAjaxRequest(); 22 | $info = $this->updateChecker->requestInfo(); 23 | if ( $info !== null ) { 24 | echo 'Successfully retrieved plugin info from the metadata URL:'; 25 | echo '
', htmlentities(print_r($info, true)), ''; 26 | } else { 27 | echo 'Failed to retrieve plugin info from the metadata URL.'; 28 | } 29 | exit; 30 | } 31 | } 32 | 33 | endif; 34 | -------------------------------------------------------------------------------- /plugin-name/admin/exopite-simple-options/fields/meta.php: -------------------------------------------------------------------------------- 1 | config['type'] != 'metabox') { 20 | 21 | echo 'This item only available in metabox!