Skip to content
This repository was archived by the owner on Sep 23, 2019. It is now read-only.

Refactor focuslock-public, implement getter methode - #4

Open
derpixler wants to merge 2 commits into
Boztown:masterfrom
derpixler:master
Open

Refactor focuslock-public, implement getter methode#4
derpixler wants to merge 2 commits into
Boztown:masterfrom
derpixler:master

Conversation

@derpixler

Copy link
Copy Markdown

Now you can use the Methode get_focuslock_image( 99 )

Example:

args = [
    'id'        => $attachment[0],
    'size'      => 'large',
    'classes'   => 'gal'
];

$attachment = get_focuslock_image( $args );

Now you can use the Methode `get_focuslock_image( $args )`

Example:
```
args = [
    'id'		=> $attachment[0],
    'size'		=> 'large',
    'classes'	=> 'gal'
];

$attachment = get_focuslock_image( $args );
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant