Skip to content

dev naming

Vladimir Sklyar edited this page Jan 23, 2022 · 2 revisions

Note: see wiki's homepage and #8 for data

Naming

  • PHP global namespace functions' prefix: entview_
    • ``
  • WP PHP filters: entview/{lvl_1}/{lvl_2} --- ACF style
    • entview/example_of_filter_name/2nd-level
  • PHP namespace: 'Versusbassz\EntityViewer'
  • PHP global constants ENTITY_VIEWER_
  • CSS classes: vsm-name-of-class

TODO

  • AJAX actions names prefix
  • Metaboxes ids prefix
  • HTML-tags attr:id,name prefix
Clone this wiki locally