Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help on #511 #512

Merged
merged 2 commits into from Apr 30, 2018
Merged

Help on #511 #512

merged 2 commits into from Apr 30, 2018

Conversation

Mte90
Copy link
Contributor

@Mte90 Mte90 commented Apr 28, 2018

With #511 if I put an empty array in the filter there is an error.

add_filter( 'lifterlms_integrations', 'remove_integrations' );

function remove_integrations (){
    return array();
}

@thomasplevy
Copy link
Contributor

@Mte90 looks good!

Will merge this in after you've run phpcbf and fixed coding standards issues reported by codeclimate

See installing for development: https://github.com/gocodebox/lifterlms#installing-for-development

These errors can be automatically fixed by phpcbf: https://github.com/gocodebox/lifterlms#running-phpcbf

@thomasplevy thomasplevy changed the base branch from master to issue-511 April 30, 2018 16:49
@thomasplevy thomasplevy merged commit 474c9ae into gocodebox:issue-511 Apr 30, 2018
@Mte90 Mte90 deleted the patch-6 branch June 26, 2018 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants