We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5f7f commit c99ca47Copy full SHA for c99ca47
Source/Source.php
@@ -110,7 +110,6 @@ function events() {
110
function hooks() {
111
return array(
112
'EVENT_CORE_READY' => 'core_ready',
113
- 'EVENT_LAYOUT_RESOURCES' => 'css',
114
'EVENT_MENU_MAIN' => 'menu_main',
115
'EVENT_FILTER_COLUMNS' => 'filter_columns',
116
);
@@ -165,10 +164,6 @@ function filter_columns()
165
164
166
}
167
168
- function css() {
169
- return '<link rel="stylesheet" type="text/css" href="' . plugin_file( 'style.css' ) . '"/>';
170
- }
171
-
172
function menu_main() {
173
$t_menu_options = array();
174
0 commit comments