Documentation

MCI_Footnotes_Config

Contains all Plugin Constants. Contains no Method or Property.

Tags
author

Stefan Herndler

since
1.5.0

Table of Contents

C_STR_LOVE_SYMBOL  = '<span style="color:#ff6d3b; font-weight:bold;">&hearts;</span>'
Html tag for the LOVE symbol.
C_STR_LOVE_SYMBOL_HEADING  = '<span class="footnotes_heart_heading">&hearts;</span>'
HTML code for the 'love' symbol used in dashboard heading
C_STR_NO_LOVE_SLUG  = '[[no footnotes: love]]'
Short code to DON'T display the 'LOVE ME' slug on certain pages.
C_STR_PLUGIN_HEADING_NAME  = '<span class="footnotes_logo_heading footnotes_logo_part1_heading">foot</span><span class="footnotes_logo_heading footnotes_logo_part2_heading">notes</span>'
Public Plugin name for dashboard heading
C_STR_PLUGIN_NAME  = "footnotes"
Internal Plugin name.
C_STR_PLUGIN_PUBLIC_NAME  = '<span class="footnotes_logo footnotes_logo_part1">foot</span><span class="footnotes_logo footnotes_logo_part2">notes</span>'
Public Plugin name.

Constants

C_STR_LOVE_SYMBOL

Html tag for the LOVE symbol.

public string C_STR_LOVE_SYMBOL = '<span style="color:#ff6d3b; font-weight:bold;">&hearts;</span>'
Tags
author

Stefan Herndler

since
1.5.0

C_STR_LOVE_SYMBOL_HEADING

HTML code for the 'love' symbol used in dashboard heading

public string C_STR_LOVE_SYMBOL_HEADING = '<span class="footnotes_heart_heading">&hearts;</span>'
Tags
since
2.0.4

C_STR_NO_LOVE_SLUG

Short code to DON'T display the 'LOVE ME' slug on certain pages.

public string C_STR_NO_LOVE_SLUG = '[[no footnotes: love]]'
Tags
author

Stefan Herndler

since
1.5.0

C_STR_PLUGIN_HEADING_NAME

Public Plugin name for dashboard heading

public string C_STR_PLUGIN_HEADING_NAME = '<span class="footnotes_logo_heading footnotes_logo_part1_heading">foot</span><span class="footnotes_logo_heading footnotes_logo_part2_heading">notes</span>'

After properly displaying in dashboard headings until WPv5.4, the above started in WPv5.5 being torn apart as if the headline was text-align:justify and not the last line. That ugly display bug badly affected the plugin’s communication. The only working solution found so far is using position:fixed in one heading that isn’t translated, and dropping the logo in another, translatable heading.

Tags
since
2.0.4

C_STR_PLUGIN_NAME

Internal Plugin name.

public string C_STR_PLUGIN_NAME = "footnotes"
Tags
author

Stefan Herndler

since
1.5.0

C_STR_PLUGIN_PUBLIC_NAME

Public Plugin name.

public string C_STR_PLUGIN_PUBLIC_NAME = '<span class="footnotes_logo footnotes_logo_part1">foot</span><span class="footnotes_logo footnotes_logo_part2">notes</span>'
Tags
author

Stefan Herndler

since
1.5.0

Search results