Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
woocommerce_bpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wordpress
woocommerce_bpd
Commits
5b577d52
Commit
5b577d52
authored
May 23, 2016
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accept wojtekdmyszewicz pull request from github
parent
542565ba
Pipeline
#23
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
class-product-addon-admin.php
admin/class-product-addon-admin.php
+1
-1
No files found.
admin/class-product-addon-admin.php
View file @
5b577d52
...
...
@@ -12,7 +12,7 @@ class Product_Addon_Admin {
* @return void
*/
public
function
__construct
()
{
add_action
(
'
woocommerce_admin_cs
s'
,
array
(
$this
,
'styles'
)
);
add_action
(
'
admin_enqueue_script
s'
,
array
(
$this
,
'styles'
)
);
add_action
(
'admin_menu'
,
array
(
$this
,
'admin_menu'
),
9
);
add_filter
(
'woocommerce_screen_ids'
,
array
(
$this
,
'add_screen_id'
)
);
add_action
(
'woocommerce_product_write_panel_tabs'
,
array
(
$this
,
'tab'
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment