Skip to content

Conversation

@aschweigert
Copy link
Collaborator

No description provided.

DoubleClick_For_WordPress::VERSION,
'all'
);
if ( ! empty( get_option( 'dfw_css' ) ) ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this have a corresponding settings assoc. with it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, in https://github.com/INN/doubleclick-for-wp/blob/plugin-boilerplate/includes/class-options.php#L199

Hold off on merging this for a bit though, I need to add a thing to fire dfw_load(), probably in jquery.dfw.js on document ready but I want to make sure the timing is correct and a callback exists because we have some stuff we need to run before that loads so I just need to do a little more testing.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aschweigert Were you planning to add anything else to this pull request, or is it okay to close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants